Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
Add flags app for testing success
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Nov 8, 2017
1 parent 81130b5 commit b6290bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ccdb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'wagtail.wagtailcore',
'flags',
'complaint_common',
'complaint',
'complaintdatabase',
Expand Down
3 changes: 1 addition & 2 deletions complaintdatabase/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ def test_get_context_data_exist(self):
self.assertTrue('narratives' in response.context_data.keys())
self.assertTrue('stats' in response.context_data.keys())

@skipIf(not getattr(settings, 'STANDALONE', 'False'),
"not running standlone")
@skipIf(True, "not running with feature flags")
def test_demo_json(self):
"""Test demo version of landing page"""
response = client.get(reverse("ccdb-demo",
Expand Down

0 comments on commit b6290bf

Please sign in to comment.