wrmacdonald / gift-app

1 stars 0 forks source link

Tests #50

Closed mgnielsen1 closed 2 years ago

mgnielsen1 commented 2 years ago

created testing framework with in memory database (unit testing) that is created at beginning of test & destructed after all tests are completed

using pytest framework for tests and faker for random value generation