From d262c125550dfb952abeb1c953731f470c52decd Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Mon, 15 Nov 2021 19:46:31 +0000
Subject: made a start on analysis

---
 ExampleAssessments/CMP-4009B.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'ExampleAssessments/CMP-4009B.yml')

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
-- 
cgit v1.2.3