add some explanation on sequence and tests
This commit is contained in:
parent
195c3f6b02
commit
6df0cf99fe
@ -4,3 +4,8 @@ All models are in `models/models.py`
|
|||||||
Sequence can be seen in `controllers/base.py` in the `Controller.run()` method
|
Sequence can be seen in `controllers/base.py` in the `Controller.run()` method
|
||||||
|
|
||||||
for testing purpose, the players_list is created when controller is instantiated
|
for testing purpose, the players_list is created when controller is instantiated
|
||||||
|
|
||||||
|
To test, execute the controllers/base.py
|
||||||
|
- first menu is called from view
|
||||||
|
- the method to create player just returns the object (doesn't write anything)
|
||||||
|
- 1 -> creates a new tournament then run it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user