mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +00:00
10 lines
231 B
Python
10 lines
231 B
Python
"""
|
|
Pytest configuration file.
|
|
|
|
Import global fixtures here.
|
|
"""
|
|
|
|
from fixtures.flask_client import flask_client, \
|
|
admin_access_token, admin_headers, \
|
|
user_access_token, user_headers, user_exists, \
|
|
repository_exists
|