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

Drop deprecated API's and models #105

Merged
merged 2 commits into from Nov 12, 2020
Merged

Drop deprecated API's and models #105

merged 2 commits into from Nov 12, 2020

Conversation

lundberg
Copy link
Owner

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #105 (2fb2206) into master (a562bc5) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #105    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           16        16            
  Lines         2062      1888   -174     
  Branches       158       135    -23     
==========================================
- Hits          2062      1888   -174     
Impacted Files Coverage Δ
respx/types.py 100.00% <ø> (ø)
respx/api.py 100.00% <100.00%> (ø)
respx/mocks.py 100.00% <100.00%> (ø)
respx/models.py 100.00% <100.00%> (ø)
respx/patterns.py 100.00% <100.00%> (ø)
respx/router.py 100.00% <100.00%> (ø)
respx/transports.py 100.00% <100.00%> (ø)
tests/test_api.py 100.00% <100.00%> (ø)
tests/test_mock.py 100.00% <100.00%> (ø)
tests/test_router.py 100.00% <100.00%> (ø)
... and 2 more

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 a562bc5...2fb2206. Read the comment docs.

@lundberg lundberg merged commit d7597a9 into master Nov 12, 2020
@lundberg lundberg deleted the drop-deprecations branch November 12, 2020 07:16
lundberg added a commit that referenced this pull request Nov 13, 2020
Removed
- Dropped all deprecated APIs and models, see `0.15.0` Changed section. (PR #105)

Added
- Added support for content, data and json patterns. (PR #106)
- Automatic pattern registration when subclassing Pattern. (PR #108)

Fixed
- Multiple snapshots to support nested mock routers. (PR #107)
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