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
|
## Intended Features
|
||||||
* [x] Log in
|
* [x] Log in
|
||||||
|
* [x] Submit
|
||||||
|
* [x] Bulk download of test cases and files
|
||||||
|
* [ ] Submission status
|
||||||
* [ ] Classes, methods and attributes described in the map below
|
* [ ] Classes, methods and attributes described in the map below
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
[here](http://temmies.rtfd.io/). Heavily WIP.
|
[here](http://temmies.rtfd.io/).
|
||||||
|
|
||||||
## Class map
|
## Class map
|
||||||

|

|
||||||
|
@ -186,7 +186,9 @@ class ExerciseGroup:
|
|||||||
files = temp
|
files = temp
|
||||||
|
|
||||||
# Package the files up into files[]
|
# Package the files up into files[]
|
||||||
|
# DEBUG: Uncomment for better clarity
|
||||||
|
# print("Submitting files:")
|
||||||
|
# [print(f) for f in files]
|
||||||
packaged_files = []
|
packaged_files = []
|
||||||
data = {}
|
data = {}
|
||||||
found_type = ""
|
found_type = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user