summaryrefslogtreecommitdiffstats
path: root/ExampleAssessments/CMP-4009B.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ExampleAssessments/CMP-4009B.yml')
-rw-r--r--ExampleAssessments/CMP-4009B.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ExampleAssessments/CMP-4009B.yml b/ExampleAssessments/CMP-4009B.yml
index 373f7f4..571c97f 100644
--- a/ExampleAssessments/CMP-4009B.yml
+++ b/ExampleAssessments/CMP-4009B.yml
@@ -17,8 +17,12 @@ files:
- tester.py:
functions:
- dateTester(2)
+ printIfExecuted: False
- turbine.py:
classes:
- Turbine:
attributes:
- - rating:int \ No newline at end of file
+ - rating:int
+ - aNonExistantModule.py:
+ functions:
+ - aNonExistantFunction(1) \ No newline at end of file