FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-api-client/conftest.py at master · gitcoinco/python-api-client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
gitcoinco
/
python-api-client
Public archive
Notifications
You must be signed in to change notification settings
Fork
11
Star
21
Code
Issues
1
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-api-client
/
conftest.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (4 loc) · 275 Bytes
Breadcrumbs
python-api-client
/
conftest.py
Copy path
File metadata and controls
6 lines (4 loc) · 275 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
import
pytest
# see https://docs.pytest.org/en/latest/example/simple.html#control-skipping-of-tests-according-to-command-line-option
def
pytest_addoption
(
parser
):
parser
.
addoption
(
'--liveapi'
,
action
=
'store_true'
,
default
=
False
,
help
=
'run some tests againts live API'
)
Back
|
FazBrowse Home
|
New Git URL