Improve the tests, add a new debug endpoint

This commit is contained in:
Thomas Sileo
2018-05-27 11:50:09 +02:00
parent 25a75a9cef
commit cf242b2d84
4 changed files with 52 additions and 3 deletions

View File

@@ -22,6 +22,6 @@ script:
- WEB_PORT=5007 CONFIG_DIR=./tests/fixtures/instance2/config docker-compose -p instance2 -f docker-compose-tests.yml up -d
- docker-compose -p instance2 -f docker-compose-tests.yml ps
# Integration tests first
- pytest -v --ignore data -k integration
- python -m pytest -v --ignore data -k integration
# Federation tests (with two local instances)
- pytest -v -s --ignore data -k federation
- python -m pytest -v -s --ignore data -k federation