projects
/
pygrader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24e5e8
)
storage: cleanup StubCourse after load_course doctest.
author
W. Trevor King
<wking@tremily.us>
Sun, 2 Sep 2012 14:00:25 +0000
(10:00 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sun, 2 Sep 2012 14:00:25 +0000
(10:00 -0400)
pygrader/storage.py
patch
|
blob
|
history
diff --git
a/pygrader/storage.py
b/pygrader/storage.py
index 8b0c8b83192d95d101d3de90641287b26a9fd26f..ad5cc2909c942b8c3745a7de78f31bc31f2af82b 100644
(file)
--- a/
pygrader/storage.py
+++ b/
pygrader/storage.py
@@
-54,6
+54,7
@@
def load_course(basedir):
[]
>>> print(course.robot)
<Person Robot101>
+ >>> stub_course.cleanup()
"""
_LOG.debug('loading course from {}'.format(basedir))
config = _configparser.ConfigParser()