summaryrefslogtreecommitdiffstats
path: root/ExampleAssessments/smol.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ExampleAssessments/smol.yml')
-rw-r--r--ExampleAssessments/smol.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/ExampleAssessments/smol.yml b/ExampleAssessments/smol.yml
deleted file mode 100644
index 22937d7..0000000
--- a/ExampleAssessments/smol.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-files:
- - pjtool.py:
- classes:
- - Date:
- methods:
- - __init__(4)
- - __str__(1)
- - __eq__(2)
- - __lt__(2)
- - numYears(2)
- - numMonths(2)
- - AnotherClass:
- methods:
- - floofleBerries(2)
- tests:
- - |
- d1 = Date(2001, 8, 12)
- d2 = Date(2001, 8, 12)
- return d1 == d2
- - aNonExistantModule.py:
- functions:
- - aNonExistantFunction(1) \ No newline at end of file