This website requires JavaScript.
Explore
Help
Sign In
jiuyuan
/
test_ok1
Watch
2
Star
0
Fork
You've already forked test_ok1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ef76c28ea2
test_ok1
/
testing
/
plugins_integration
/
simple_integration.py
11 lines
123 B
Python
Raw
Blame
History
import
pytest
def
test_foo
(
)
:
assert
True
@pytest.mark.parametrize
(
"
i
"
,
range
(
3
)
)
def
test_bar
(
i
)
:
assert
True
Reference in New Issue
View Git Blame
Copy Permalink