prosody/tests/readme.md
Sara Aimée Smiseth 4bf43efb42 more tests
2020-10-26 16:35:01 +01:00

405 B

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