Spaces:
Sleeping
Sleeping
GitHub Actions Bot
Sync from GitHub kumarsrinivasbobba/case_study_1@cf796927435e8a4b0e2e91e4f713110439fbbea2
ae9c02f | # Pytest configuration file | |
| [pytest] | |
| testpaths = . | |
| python_files = test_*.py | |
| python_functions = test_* | |
| python_classes = Test* | |
| addopts = -v --tb=short | |
| filterwarnings = | |
| ignore::DeprecationWarning | |
| ignore::UserWarning | |