
test_requests.py
About this file
This file imports Requests from app.models and is supposed to test the /request
endpoint.
Code Issues
- No tests are written for this file.
Code Check Report
tests/functional/test_requests.py:7:1: F401 'pytest' imported but unused tests/functional/test_requests.py:8:1: F401 'app.models.Requests' imported but unused tests/functional/test_requests.py:8:32: W292 no newline at end of file
Documentation drawn from source code
Test Request ModuleThis module contains the tests for the OpenRecords `/request` endpoint.