aboutsummaryrefslogtreecommitdiff
path: root/tests/test_25pass.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_25pass.py')
-rw-r--r--tests/test_25pass.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/test_25pass.py b/tests/test_25pass.py
new file mode 100644
index 0000000..a18bb9c
--- /dev/null
+++ b/tests/test_25pass.py
@@ -0,0 +1,11 @@
+def test_25_1of4():
+ assert 1==1
+
+def test_25_2of4():
+ assert 1==2
+
+def test_25_3of4():
+ assert 1==3
+
+def test_25_4of4():
+ assert 1==4