diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-28 20:11:13 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-28 20:11:13 +0100 |
commit | fd13b16ba823bcd7b6f9c7163e7e75585855d33f (patch) | |
tree | 15496a2f336488f90810dbdf6f343441aff6135e /README.md | |
parent | d5c63e2ed3a5feaaa51e9cb315e6c0601ae01813 (diff) | |
download | Smarker-fd13b16ba823bcd7b6f9c7163e7e75585855d33f.tar.gz Smarker-fd13b16ba823bcd7b6f9c7163e7e75585855d33f.zip |
Updated readme and docs
Diffstat (limited to 'README.md')
l--------- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -6,3 +6,27 @@ formats. - [Read the documentation](http://smarker.eda.gay/) - [Get the source code](https://github.com/jwansek/Smarker) - [Mirror](https://git.eda.gay/Smarker/files.html) + +### Features + +- Analyse code and get results as pdf, json, yaml, markdown, or plaintext +- Analyse code outputs and check for regexes +- Test functions and methods +- Generate plagarism reports +- Isolate code in a docker container for security + + + +Function Analysis + + + +Runtime Analysis + + + +File with an exception + + + +Using pytest |