major file restrucutre
This commit is contained in:
1 parent
ac278065d2
commit
6da4c3e379
53 files changed
+188
-180
No files matched your search
+3
-2
@@ -1,6 +1,7 @@
|
||||
import unittest
|
||||
|
||||
from stats import SessionEntry, SessionSummary, build_leaderboard
|
||||
from boker.models import SessionEntry, SessionSummary
|
||||
from boker.services import build_leaderboard
|
||||
|
||||
|
||||
class CashInAccountingTest(unittest.TestCase):
|
||||
@@ -78,7 +79,7 @@ class CashInAccountingTest(unittest.TestCase):
|
||||
|
||||
self.assertEqual(player.total_buy_in_cents, 2500)
|
||||
self.assertEqual(player.total_front_collected_cents, 0)
|
||||
self.assertEqual(player.total_cash_in_cents, 3000)
|
||||
self.assertEqual(player.total_real_cash_in_cents, 2500)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in new issue
Block a user