Skip to content

Commit

Permalink
Issue #712. Move FIXTURES_PATH into module level constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Oct 8, 2015
1 parent a72f5b6 commit 7ed6f21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webcompat/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
HOST_WHITELIST = ('webcompat.com', 'staging.webcompat.com',
'127.0.0.1', 'localhost')
JSON_MIME = 'application/json'
FIXTURES_PATH = os.getcwd() +'/tests/fixtures'
STATIC_PATH = os.getcwd() + '/webcompat/static'

cache_dict = {}


Expand Down

0 comments on commit 7ed6f21

Please sign in to comment.