Showing
- nginx.include.conf 7 additions, 0 deletionsnginx.include.conf
- pytest.ini 5 additions, 0 deletionspytest.ini
- requirements.txt 1 addition, 36 deletionsrequirements.txt
- setup.py 45 additions, 3 deletionssetup.py
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
- tests/commands/__init__.py 0 additions, 0 deletionstests/commands/__init__.py
- tests/commands/test_role.py 148 additions, 0 deletionstests/commands/test_role.py
- tests/commands/test_unique_email_addresses.py 51 additions, 0 deletionstests/commands/test_unique_email_addresses.py
- tests/commands/test_user.py 188 additions, 0 deletionstests/commands/test_user.py
- tests/migrations/__init__.py 0 additions, 0 deletionstests/migrations/__init__.py
- tests/migrations/test_fuzzy.py 81 additions, 0 deletionstests/migrations/test_fuzzy.py
- tests/migrations/test_missing_locks.py 16 additions, 0 deletionstests/migrations/test_missing_locks.py
- tests/migrations/versions/__init__.py 0 additions, 0 deletionstests/migrations/versions/__init__.py
- tests/migrations/versions/test_aeb07202a6c8_locking_and_new_id_allocation.py 144 additions, 0 deletions...rsions/test_aeb07202a6c8_locking_and_new_id_allocation.py
- tests/models/__init__.py 0 additions, 0 deletionstests/models/__init__.py
- tests/models/test_invite.py 269 additions, 0 deletionstests/models/test_invite.py
- tests/models/test_mfa.py 108 additions, 0 deletionstests/models/test_mfa.py
- tests/models/test_misc.py 84 additions, 0 deletionstests/models/test_misc.py
- tests/models/test_oauth2.py 159 additions, 0 deletionstests/models/test_oauth2.py
- tests/models/test_role.py 135 additions, 0 deletionstests/models/test_role.py
nginx.include.conf
0 → 100644
pytest.ini
0 → 100644
# Versions from Debian Buster | . | ||
ldap3==2.4.1 | |||
flask==1.0.2 | |||
Flask-SQLAlchemy==2.1 | |||
qrcode==6.1 | |||
fido2==0.5.0 | |||
Flask-OAuthlib==0.9.5 | |||
Flask-Migrate==2.1.1 | |||
Flask-Babel==0.11.2 | |||
alembic==1.0.0 | |||
# The main dependencies on their own lead to version collisions and pip is | |||
# not very good at resolving them, so we pin the versions from Debian Buster | |||
# for all dependencies. | |||
certifi==2018.8.24 | |||
#cffi==1.12.2 | |||
cffi # v1.12.2 no longer works with python3.9. Newer versions seem to work fine. | |||
chardet==3.0.4 | |||
click==7.0 | |||
cryptography==2.6.1 | |||
idna==2.6 | |||
itsdangerous==0.24 | |||
Jinja2==2.10 | |||
MarkupSafe==1.1.0 | |||
oauthlib==2.1.0 | |||
pyasn1==0.4.2 | |||
pycparser==2.19 | |||
requests==2.21.0 | |||
requests-oauthlib==1.0.0 | |||
six==1.12.0 | |||
SQLAlchemy==1.2.18 | |||
urllib3==1.24.1 | |||
Werkzeug==0.14.1 | |||
python-dateutil==2.7.3 | |||
#editor==1.0.3 | |||
Mako==1.0.7 | |||
# Testing | # Testing | ||
pytest==3.10.1 | pytest==3.10.1 | ||
... | ... |
tests/__init__.py
0 → 100644
tests/commands/__init__.py
0 → 100644
tests/commands/test_role.py
0 → 100644
tests/commands/test_user.py
0 → 100644
tests/migrations/__init__.py
0 → 100644
tests/migrations/test_fuzzy.py
0 → 100644
tests/migrations/test_missing_locks.py
0 → 100644
tests/migrations/versions/__init__.py
0 → 100644
tests/models/__init__.py
0 → 100644
tests/models/test_invite.py
0 → 100644
tests/models/test_mfa.py
0 → 100644
tests/models/test_misc.py
0 → 100644
tests/models/test_oauth2.py
0 → 100644