From ddb758a780c74d95d2c6bfc00d50fc7a04de7d34 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 24 Jan 2022 15:30:01 +0000 Subject: switched to jinja for making test files. made it only test files without errors. --- templates/txt.jinja2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/txt.jinja2') 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: -- cgit v1.2.3