mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-03-15 15:10:15 +01:00
Updated readme. 100% coverage on docs.
This commit is contained in:
parent
df8429d811
commit
27d21ac7c1
@ -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
|
||||

|
||||
|
@ -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 = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user