uchicago-capp-30320 / CivicLens

Putting the public back in public commenting
https://civic-lens.org
GNU Affero General Public License v3.0
2 stars 1 forks source link

include django tests #203

Closed abejburton closed 6 months ago

abejburton commented 6 months ago

@claireboyd @jchristensonCHI , This branch is now running the django tests on build. (poetry run python civiclens/manage.py test --keepdb ). I don't quite understand the django database connection to debug how the tests are failing here. Is this because we don't have a test database django setup even thought the tests don't use the db at all?

abejburton commented 6 months ago

Not a top priority since it seems like the tests are running locally just fine, but wanted to flag