From 6df0cf99fea39068b5ef96188fad32bbd124449b Mon Sep 17 00:00:00 2001 From: yann Date: Thu, 6 Feb 2025 10:23:57 +0100 Subject: [PATCH] add some explanation on sequence and tests --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 19985a1..d2b6605 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,8 @@ All models are in `models/models.py` 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 + +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