fenya123 / forum123

Flask application written for educational purposes.
http://193.124.115.171/
1 stars 1 forks source link

130: Fix run tests in README.md #132

Closed birthdaysgift closed 1 year ago

birthdaysgift commented 1 year ago

While working on adding unit-testing layout (#58), we added wrong command for running test in README.md file.

Command used in "Run tests" section doesn't connect our testing application to the testing database.

In the scope of this ticket we need to add POSTGRES_PORT=5433 to the beginning of "Run pylint" command in README.md like that:

POSTGRES_PORT=5433 pytest --cov=src