Updated readme. 100% coverage on docs.

This commit is contained in:
Boyan 2024-04-08 22:31:54 +02:00
parent df8429d811
commit 27d21ac7c1
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -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 = ""