Closed birthdaysgift closed 1 year ago
While working on adding unit-testing layout (#58), we added wrong command for running test in README.md file.
README.md
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
POSTGRES_PORT=5433 pytest --cov=src
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 inREADME.md
like that: