From 37236fdc957f5900f6a4bbffbff6ccc07d412c44 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 10 Jan 2022 17:08:42 +0000 Subject: added to report maker and removed the first markdown renderer --- ExampleAssessments/example.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ExampleAssessments/example.yml (limited to 'ExampleAssessments/example.yml') 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 -- cgit v1.2.3