mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
Add caching and better error handling Move fleetup templates into fleetup app Move fleetup urls into fleetup app Fix button overflow and url Add manager unit tests Fix python3 compatibility
11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
# Requirements for running unit tests on this project
|
|
# If you aren't intending to run unit tests you can ignore this file
|
|
# These packages should be installed in addition to requirements.txt
|
|
|
|
mock==2.0.0; python_version < '3.0'
|
|
nose>=1.3.7
|
|
django-nose>=1.4.4
|
|
coverage>=4.3.1
|
|
coveralls>=1.1
|
|
requests-mock>=1.2.0
|