diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-15 19:46:31 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-15 19:46:31 +0000 |
commit | d262c125550dfb952abeb1c953731f470c52decd (patch) | |
tree | 9b46fae13dbf589f8a7165ccb133794c97d049cf /ExampleAssessments/CMP-4009B.yml | |
parent | 4a0b15e2aba519d184f36f330a7b4af05bc2fd7d (diff) | |
download | Smarker-d262c125550dfb952abeb1c953731f470c52decd.tar.gz Smarker-d262c125550dfb952abeb1c953731f470c52decd.zip |
made a start on analysis
Diffstat (limited to 'ExampleAssessments/CMP-4009B.yml')
-rw-r--r-- | ExampleAssessments/CMP-4009B.yml | 6 |
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 |