diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-10 17:08:42 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-10 17:08:42 +0000 |
commit | 37236fdc957f5900f6a4bbffbff6ccc07d412c44 (patch) | |
tree | 8f26b1f8a03ffd135fd8814ffc8daa9daf0e41e3 /ExampleAssessments | |
parent | d262c125550dfb952abeb1c953731f470c52decd (diff) | |
download | Smarker-37236fdc957f5900f6a4bbffbff6ccc07d412c44.tar.gz Smarker-37236fdc957f5900f6a4bbffbff6ccc07d412c44.zip |
added to report maker and removed the first markdown renderer
Diffstat (limited to 'ExampleAssessments')
-rw-r--r-- | ExampleAssessments/example.yml | 16 | ||||
-rw-r--r-- | ExampleAssessments/smol.yml | 1 |
2 files changed, 17 insertions, 0 deletions
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 diff --git a/ExampleAssessments/smol.yml b/ExampleAssessments/smol.yml index d53e721..22937d7 100644 --- a/ExampleAssessments/smol.yml +++ b/ExampleAssessments/smol.yml @@ -10,6 +10,7 @@ files: - numYears(2) - numMonths(2) - AnotherClass: + methods: - floofleBerries(2) tests: - | |