We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e01ae commit 7c452ceCopy full SHA for 7c452ce
1 file changed
tests/test.py
@@ -1 +1,2 @@
1
-print("hello world test")
+def test_example():
2
+ assert 1+1 == 1 #just a test to make sure pytest runs
0 commit comments