Radeon4650 / PocketBudgetTracker

Another one budget tracker with local server
Apache License 2.0
1 stars 0 forks source link

Database unit test example (pytest and faker) #11

Closed approximator closed 6 years ago

approximator commented 6 years ago

As there are some imports still broken in the code, it is necessary to set PYTHONPATH variable in order to run unittests.

Command line example of database unit tests run:

PYTHONPATH=.. pytest -sv ./test/

(refs #5)