Add invitations
This commit is contained in:
parent
29543026ed
commit
600a6af27a
11 changed files with 465 additions and 19 deletions
6
roc_fnb/scripts/clear_test_users.py
Normal file
6
roc_fnb/scripts/clear_test_users.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from roc_fnb.website.database import Database
|
||||
|
||||
db = Database.from_env()
|
||||
|
||||
db.db.users.delete_many({})
|
||||
db.db.invitations.delete_many({})
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
export APP_HOSTNAME=localhost:1312
|
||||
python -m pytest --capture no --ignore mounts
|
||||
Loading…
Add table
Add a link
Reference in a new issue