macronizer / pytest.ini
Urdatorn's picture
api
16bc79c
raw
history blame contribute delete
267 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
# Output options
addopts = -v --tb=short
# Markers
markers =
markup: Tests for markup output preservation
online_api: Tests that call the hosted Gradio API