diff options
Diffstat (limited to 'ExampleAssessments/example.yml')
-rw-r--r-- | ExampleAssessments/example.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ExampleAssessments/example.yml b/ExampleAssessments/example.yml new file mode 100644 index 0000000..2ca03d3 --- /dev/null +++ b/ExampleAssessments/example.yml @@ -0,0 +1,16 @@ +files: + - example.py: + classes: + - Application: + methods: + - __init__(3) + - a_method_with_defaults(3) + - add(3) + - aMethodThatIsntThere(1) + functions: + - hello_world(2) + - an_undocumented_function(0) + - aFunctionThatIsntThere(2) + - aFileThatIsntThere.py: + functions: + - hello_world(2)
\ No newline at end of file |