conftest.py provides two test clients.
Why two clients? Feather enables CSRF protection by default. The
csrf_client
fixture fetches and includes the token, so your tests do not have to handle it
manually.Adding your own
Extendconftest.py for data several tests need.
tests/conftest.py