diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-24 15:30:01 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-24 15:30:01 +0000 |
commit | ddb758a780c74d95d2c6bfc00d50fc7a04de7d34 (patch) | |
tree | a54a0f0218ce287257ee6db7c2d8642ef150932d /templates/txt.jinja2 | |
parent | 3313a936debe04c733b3003858724de17cfcd7de (diff) | |
download | Smarker-ddb758a780c74d95d2c6bfc00d50fc7a04de7d34.tar.gz Smarker-ddb758a780c74d95d2c6bfc00d50fc7a04de7d34.zip |
switched to jinja for making test files. made it only test files without errors.
Diffstat (limited to 'templates/txt.jinja2')
-rw-r--r-- | templates/txt.jinja2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/txt.jinja2 b/templates/txt.jinja2 index 0a9cdb5..97752fd 100644 --- a/templates/txt.jinja2 +++ b/templates/txt.jinja2 @@ -11,7 +11,8 @@ {%- if files_contents["present"] -%} {%- if files_contents["has_exception"] %} *** File cannot be run - has compile time exception *** - Please note that this file cannot be analysed or have tests preformed upon it + Please note that this file cannot be analysed or have tests preformed upon it- + this can lead to the whole test suite failing if another module imports this. Exception Type: {{ files_contents["exception"]["type"] }} Exception String: |