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

Replace global Conf mangling with monkeypatch #208

Merged
merged 1 commit into from
Nov 29, 2016

Conversation

Urth
Copy link
Contributor

@Urth Urth commented Nov 29, 2016

The test suite, especially for the brokers, was heavily dependant on the
success of the tests preceeding it to pass. This commit should eliminate
that dependency and allow tests to fail without affecting others.
It also removes the need to cleanup globals manually after a test.

The test suite, especially for the brokers, was heavily dependant on the
success of the tests preceeding it to pass. This commit should eliminate
that dependency and allow tests to fail without affecting others.
It also removes the need to cleanup globals manually after a test.
@codecov-io
Copy link

codecov-io commented Nov 29, 2016

Current coverage is 91.12% (diff: 87.17%)

Merging #208 into master will decrease coverage by 5.43%

@@             master       #208   diff @@
==========================================
  Files            40         40          
  Lines          2727       2692    -35   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           2633       2453   -180   
- Misses           94        239   +145   
  Partials          0          0          

Powered by Codecov. Last update 82f3cbd...cf37efb

@Koed00 Koed00 merged commit ab87b9b into Koed00:master Nov 29, 2016
@Urth Urth deleted the monkeypatch branch November 30, 2016 11:19
P-EB pushed a commit to P-EB/django-q that referenced this pull request Oct 20, 2024
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.

3 participants