From 0404c5d319d0cf85941b20e53a7dab1e9bf71bef Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 19 Jan 2022 17:05:53 +0000 Subject: added testing and generating testing reports --- ExampleSubmission/test_dont_test_me.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ExampleSubmission/test_dont_test_me.py (limited to 'ExampleSubmission/test_dont_test_me.py') diff --git a/ExampleSubmission/test_dont_test_me.py b/ExampleSubmission/test_dont_test_me.py new file mode 100644 index 0000000..511c713 --- /dev/null +++ b/ExampleSubmission/test_dont_test_me.py @@ -0,0 +1,7 @@ +"""My default pytest will assume that all files prefixed with +'test' are test files. This file is here to make sure that +pytest only runs on the files it should run on. +""" + +def test_1(): + assert 1 == 2 \ No newline at end of file -- cgit v1.2.3