This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
00dani
/
lemoncurry
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
49
Wiki
Activity
Browse Source
Fix the tests by ensuring lemoncurry.settings.test is always loaded regardless of the environment
pull/1/head
Danielle McLean
2 years ago
parent
dc7442cfb6
commit
6efcc450a3
Signed by:
00dani
GPG Key ID:
8EB789DDF3ABD240
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pytest.ini
+ 1
- 1
pytest.ini
View File
@ -1,3 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE
=
lemoncurry.settings.test
addopts
=
--ds=
lemoncurry.settings.test
python_files
=
tests/*.py
Write
Preview
Loading…
Cancel
Save