Closed arjunsavel closed 5 months ago
To demonstrate this PR works, you should remove the duplicate definition of the database in test_schema.py
If all the tests pass, then conftest.py
is being picked up and used correctly.
I took the liberty of pushing some updates to this branch, namely:
One good thing about these changes is that they actually test the sample data in this repo, which was actually not valid. With this change we should be able to catch any cases were we modify the sample data (or schema) and it breaks validation.
Thanks for all your work on this, @dr-rodriguez !
Addresses #53.