Skip to content

Django integration tests #319

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

Merged
merged 1 commit into from
May 2, 2021
Merged

Django integration tests #319

merged 1 commit into from
May 2, 2021

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented May 2, 2021

Added Django integration tests to make sure it works.

Fixes #315

@p1c2u p1c2u changed the title Django ntegration tests Django integration tests May 2, 2021
@codecov
Copy link

codecov bot commented May 2, 2021

Codecov Report

Merging #319 (8773b6c) into master (a65ce7a) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #319      +/-   ##
==========================================
+ Coverage   96.84%   96.88%   +0.03%     
==========================================
  Files         127      129       +2     
  Lines        2507     2534      +27     
==========================================
+ Hits         2428     2455      +27     
  Misses         79       79              
Impacted Files Coverage Δ
openapi_core/contrib/django/backports.py 100.00% <100.00%> (ø)
openapi_core/contrib/django/compat.py 100.00% <100.00%> (ø)
openapi_core/contrib/django/requests.py 100.00% <100.00%> (ø)

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 a65ce7a...8773b6c. Read the comment docs.

@p1c2u p1c2u force-pushed the feature/django-integration-tests branch from ead9959 to 8773b6c Compare May 2, 2021 18:35
@p1c2u p1c2u merged commit b79c494 into master May 2, 2021
@p1c2u p1c2u deleted the feature/django-integration-tests branch May 2, 2021 19:00
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.

Django HttpResponse.data JSON interpreted as bytes object
1 participant