Skip to content

Conversation

@jdufresne
Copy link
Contributor

No longer need to install the django-debug-toolbar package itself for testing. Modern Python and Django can use the -m command line argument to execute the Django module entry point.

Allows for simpler test setup and less manipulation of the local environment.

No longer need to install the django-debug-toolbar package itself for
testing. Modern Python and Django can use the -m command line argument
to execute the Django module entry point.

Allows for simpler test setup and less manipulation of the local
environment.
@codecov
Copy link

codecov bot commented Jan 20, 2018

Codecov Report

Merging #1030 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1030   +/-   ##
=======================================
  Coverage   84.15%   84.15%           
=======================================
  Files          24       24           
  Lines        1294     1294           
  Branches      176      176           
=======================================
  Hits         1089     1089           
  Misses        156      156           
  Partials       49       49

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9964a20...2b608b4. Read the comment docs.

@matthiask matthiask merged commit 7a1ef22 into django-commons:master Jan 23, 2018
@jdufresne jdufresne deleted the no-editable branch January 25, 2018 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants