-
Notifications
You must be signed in to change notification settings - Fork 346
Improve 'configuring' docs #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Tidy wording and improve syntax highlighting - single backticks had been used in some places instead of double, giving italics rather than code highlighting.
docs/configuring_django.rst
Outdated
|
||
* The command line option ``--ds`` | ||
* The environment variable ``DJANGO_SETTINGS_MODULE`` | ||
* The configuration file - ``pytest.ini``, or file that Pytest finds such as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Pytest/pytest/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/configuring_django.rst
Outdated
``tox.ini`` | ||
|
||
If you want to override from the configuration file, you can use | ||
``addopts = --ds=yourtestsettings``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention that DJANGO_SETTINGS_MODULE
is the name to be used in the config? (when not overriding)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reworded a bit.
Codecov Report
@@ Coverage Diff @@
## master #642 +/- ##
==========================================
+ Coverage 85.09% 92.71% +7.61%
==========================================
Files 33 33
Lines 1812 1812
Branches 154 154
==========================================
+ Hits 1542 1680 +138
+ Misses 214 94 -120
+ Partials 56 38 -18
Continue to review full report at Codecov.
|
Thanks! |
Tidy wording and improve syntax highlighting - single backticks had been used in some places instead of double, giving italics rather than code highlighting.