issues
search
xocobo12
/
niuro-test
1
stars
0
forks
source link
Feature/db auth integration
#15
Closed
rsilvav
closed
1 week ago
rsilvav
commented
1 week ago
Short Summary
Refactor of db.py
Added tests using pytest
Created tests for creatiion and authentication of users
How to test
For testing the db, must create a dummy sqlite db named
test_db.db
, assign env vars in
.env
and run
test_db
For testing creation and authentication, set env vars and run
pytest
Short Summary
How to test
test_db.db
, assign env vars in.env
and runtest_db
pytest