added more tests for double elimination and seeding
added eq and nq functions for Position class in de fixed error in de function that would occur if the game has not started yet
This commit is contained in:
parent
c325a2c7c2
commit
f6b27971c4
3 changed files with 88 additions and 12 deletions
|
@ -8,6 +8,7 @@ import requests
|
|||
logger = logging.getLogger("seeding-api")
|
||||
|
||||
API_URL = os.getenv("API_URL", "http://localhost:5000/") + "api/"
|
||||
CONF_URL = os.getenv("API_URL", "http://localhost:5000/") + "config/"
|
||||
|
||||
api_override = os.getenv("API_FORCE", "")
|
||||
|
||||
|
|
Reference in a new issue