We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b23a8 commit ce7200eCopy full SHA for ce7200e
tests/test_mockup.py
@@ -1,6 +1,7 @@
1
-from python_package import hello_world, saved_world
2
import pytest
3
+from python_package import hello_world, saved_world
4
+
5
6
def test_hello_world_3times():
7
expected = "hello world hello world hello world"
0 commit comments