Add eval_id and sync Skill Tree with Frontend(#5287)

Add eval_id to skill tree

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-09-21 13:36:17 -07:00
committed by GitHub
parent 295787c948
commit f4e7b1c61c
63 changed files with 2010 additions and 792 deletions

View File

@@ -177,6 +177,7 @@ def generate_tests() -> None: # sourcery skip: invert-any-all
) # Take and remove the first element from json_files
if challenge_should_be_ignored(json_file):
continue
data = ChallengeData.get_json_from_path(json_file)
commands = sys.argv