summaryrefslogtreecommitdiffstats
path: root/ExampleSubmission/test_dont_test_me.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-02-09 15:43:06 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-02-09 15:43:06 +0000
commit8966f20ccb9897282d2ac7c174b87934fc38fc15 (patch)
tree4934257c0a857c94907a72aae0e0de05867a8fb1 /ExampleSubmission/test_dont_test_me.py
parentff07842dc629e07f081ae578e50c42e4a54bc810 (diff)
downloadSmarker-8966f20ccb9897282d2ac7c174b87934fc38fc15.tar.gz
Smarker-8966f20ccb9897282d2ac7c174b87934fc38fc15.zip
started working on monitoring execution environments
Diffstat (limited to 'ExampleSubmission/test_dont_test_me.py')
-rw-r--r--ExampleSubmission/test_dont_test_me.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/ExampleSubmission/test_dont_test_me.py b/ExampleSubmission/test_dont_test_me.py
index 808879c..511c713 100644
--- a/ExampleSubmission/test_dont_test_me.py
+++ b/ExampleSubmission/test_dont_test_me.py
@@ -1,7 +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():
+"""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