prosody/tests
Sara Aimée Smiseth ad66e7c5ea clean up
2020-10-30 17:33:56 +01:00
..
bats wip tests 7 2020-10-26 16:35:01 +01:00
docker-compose.yml clean up 2020-10-30 17:33:56 +01:00
readme.md more tests 2020-10-26 16:35:01 +01:00
requirements.txt wip tests 3 2020-10-26 16:35:01 +01:00
test.bash echo logs for debuggin tests 2020-10-26 17:23:56 +01:00
test_prosody.py wip tests 6 2020-10-26 16:35:01 +01:00
tests.bats fix activate tests randomly switching ip and legacy ip 2020-10-30 17:16:12 +01:00

Tests

Dependencies

  • docker
  • docker-compose
  • python 3

Run tests

Execute test.bash.

Upgrade python packages

The following will install the newest version of packages in requirements.txt.

cat requirements.txt | sed 's/==.*//g' | xargs pip install -U

If updates are available --> update and create new version with:

pip-chill > requirements.txt