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:
Joel Klimont 2022-10-01 19:11:04 +02:00
parent c325a2c7c2
commit f6b27971c4
3 changed files with 88 additions and 12 deletions

View file

@ -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", "")