jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.48k stars 205 forks source link

Small improvements to testing #83

Closed marconius closed 7 years ago

marconius commented 7 years ago

Wondering if it would be useful to this project to:

  1. Add tox.ini for easy testing in dev
  2. refactor test module to use unittests assertions for improved reporting

the changes would look something like: https://github.com/kennethreitz/dj-database-url/compare/master...marconius:unittest_assert ... but throughout the test module.

marconius commented 7 years ago

Using pytest would also work nicely with the current tests.