hbakri / django-ninja-crud

🧩 Modular, composable API views for scalable Django Ninja projects, with built-in CRUD.
https://django-ninja-crud.readme.io
MIT License
503 stars 14 forks source link

refactor!: ⚒️ remove `django-rest-testing` integration #437

Closed hbakri closed 3 months ago

hbakri commented 3 months ago

[!NOTE] Previously, Django Ninja CRUD included built-in testing utilities. These have been separated into a standalone project, django-rest-testing, to allow for broader use cases beyond Django Ninja. While it offers a declarative, scenario-based approach to API testing, it's still in active development. The project aims to improve its functionality and developer experience over time. Users are advised to evaluate it alongside other testing methods to find the best fit for their projects.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (dd2bc8b) to head (6d28504).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #437 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 38 37 -1 Lines 1028 1024 -4 ========================================= - Hits 1028 1024 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.