From 27d21ac7c1056d337285cbe0579adfb6a4a5c842 Mon Sep 17 00:00:00 2001 From: Boyan Date: Mon, 8 Apr 2024 22:31:54 +0200 Subject: [PATCH] Updated readme. 100% coverage on docs. --- README.md | 5 ++++- src/ExerciseGroup.py | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8729278..f2847d3 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ A python library which interacts with themis. Uses bs4. I'll try to end developm ## Intended Features * [x] Log in +* [x] Submit +* [x] Bulk download of test cases and files +* [ ] Submission status * [ ] Classes, methods and attributes described in the map below ## Docs -[here](http://temmies.rtfd.io/). Heavily WIP. +[here](http://temmies.rtfd.io/). ## Class map ![map](images/roadmap.png) diff --git a/src/ExerciseGroup.py b/src/ExerciseGroup.py index 6b53b77..f55616d 100644 --- a/src/ExerciseGroup.py +++ b/src/ExerciseGroup.py @@ -186,7 +186,9 @@ class ExerciseGroup: files = temp # Package the files up into files[] - + # DEBUG: Uncomment for better clarity + # print("Submitting files:") + # [print(f) for f in files] packaged_files = [] data = {} found_type = ""