diff options
Diffstat (limited to 'ExampleAssessments/example.yml')
-rw-r--r-- | ExampleAssessments/example.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ExampleAssessments/example.yml b/ExampleAssessments/example.yml index 2ca03d3..bab1fb0 100644 --- a/ExampleAssessments/example.yml +++ b/ExampleAssessments/example.yml @@ -11,6 +11,12 @@ files: - hello_world(2) - an_undocumented_function(0) - aFunctionThatIsntThere(2) + - greet(2) - aFileThatIsntThere.py: functions: - - hello_world(2)
\ No newline at end of file + - hello_world(2) + - animals.py: + classes: + - Dog: + - Cat: + - Kitten:
\ No newline at end of file |