You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openpgp-card-app/tests/conftest.py

27 lines
770 B
Python

# from ragger.conftest import configuration
###########################
### CONFIGURATION START ###
###########################
# You can configure optional parameters by overriding the value of
# ragger.configuration.OPTIONAL_CONFIGURATION
# Please refer to ragger/conftest/configuration.py for their descriptions and accepted values
#########################
### CONFIGURATION END ###
#########################
# Pull all features from the base ragger conftest using the overridden configuration
pytest_plugins = ("ragger.conftest.base_conftest", )
##########################
# CONFIGURATION OVERRIDE #
##########################
BACKENDS = ["speculos"]
def pytest_addoption(parser):
parser.addoption("--full", action="store_true", help="Run full tests")