1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-04-27 19:15:07 +00:00
seafile-server/tests/config.py
Shuai Lin b2d058badc
Add functional tests (#120)
* functional tests setup

* add a test case
2018-01-16 17:10:26 +08:00

10 lines
273 B
Python

USER = 'testuser@test.seafile.com'
PASSWORD = 'testuser'
USER2 = 'testuser2@test.seafile.com'
PASSWORD2 = 'testuser2'
ADMIN_USER = 'adminuser@test.seafile.com'
ADMIN_PASSWORD = 'adminuser'
INACTIVE_USER = 'inactiveuser@test.seafile.com'
INACTIVE_PASSWORD = 'inactiveuser'