Skip to content
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

Avoid installing package in editable mode for testing #1030

Merged
merged 1 commit into from Jan 23, 2018
Merged

Avoid installing package in editable mode for testing #1030

merged 1 commit into from Jan 23, 2018

Conversation

jdufresne
Copy link
Member

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 jazzband: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.

None yet

2 participants