Skip to content

Commit

Permalink
add redgreen unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
jalletto committed Jan 30, 2019
1 parent 1a2a448 commit 1548ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions django_validations/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"""

import os
TEST_RUNNER="redgreenunittest.django.runner.RedGreenDiscoverRunner"

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Django==2.1.5
Pygments==2.3.1
pytz==2018.9
redgreenunittest==0.1.1

0 comments on commit 1548ca6

Please sign in to comment.