Skip to content

Commit

Permalink
Temporarily use Django for tests to not to bother with mocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 25, 2018
1 parent 8e4b1c6 commit ef1f4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def get_readme():
test_suite='tests',
tests_require=[
'pytest',
'django',
],

classifiers=[
Expand Down

0 comments on commit ef1f4ed

Please sign in to comment.