cdddg / py-clean-arch

A Python implementation of Clean Architecture, inspired by Uncle Bob's book
76 stars 13 forks source link

test: add bats #6

Closed cdddg closed 1 year ago

cdddg commented 1 year ago
> $ make test

bats ./tests/api_db_test.bats ;
api_db_test.bats
 ✓ Test using in-memory SQLite database
 ✓ Test using SQLite database
 ✓ Test using MySQL database
 ✓ Test using Postgres database

4 tests, 0 failures