mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 09:50:06 +00:00
- Introduced a CI workflow for automated testing of backend and frontend components. - Added pytest configuration for backend tests and Vitest configuration for frontend tests. - Enhanced file validation logic in the backend to improve error handling and reporting. - Created comprehensive test cases for various validation scenarios, including edge cases and incorrect formats. - Updated requirements to include necessary testing libraries and tools.
7 lines
364 B
INI
7 lines
364 B
INI
[pytest]
|
|
filterwarnings =
|
|
ignore::DeprecationWarning:fastapi\.openapi\.models
|
|
ignore::DeprecationWarning:fastapi\.datastructures
|
|
ignore::DeprecationWarning:pydantic_core\.core_schema
|
|
ignore:The 'app' shortcut is now deprecated.*:DeprecationWarning:httpx\._client
|
|
ignore:datetime\.datetime\.utcnow.*:DeprecationWarning:openpyxl\.packaging\.core
|