-
Notifications
You must be signed in to change notification settings - Fork 27
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
[#3688] Phase 1 - Add Objecttypes API endpoints #3860
[#3688] Phase 1 - Add Objecttypes API endpoints #3860
Conversation
src/openforms/registrations/contrib/objects_api/tests/test_api_endpoints.py
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/3688-phase1-end #3860 +/- ##
===========================================================
- Coverage 96.34% 96.33% -0.01%
===========================================================
Files 708 711 +3
Lines 22187 22233 +46
Branches 2545 2548 +3
===========================================================
+ Hits 21375 21418 +43
- Misses 565 568 +3
Partials 247 247 ☔ View full report in Codecov by Sentry. |
src/openforms/registrations/contrib/objects_api/tests/test_api_endpoints.py
Outdated
Show resolved
Hide resolved
7511fc9
to
0787384
Compare
0d8adaf
to
30d7062
Compare
def setUp(self) -> None: | ||
super().setUp() | ||
|
||
self.endpoint = reverse_lazy("api:objects_api:object-types") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI - you can just use reverse_lazy
with a class attribute for these kind of situations
8bf5568
into
feature/3688-phase1-end
Part of #3688
To be resolved: