Skip to content

Conversation

@AghastyGD
Copy link
Owner

No description provided.

- Add unit tests for utility functions in utils.py:
  - generate_schema
  - serialize_model_instance
  - convert_foreign_keys
  - get_pydantic_type

- Add integration tests for API routes in test_routes.py:
  - test_list_items: Tests items listing
  - test_get_item: Tests item retrieval
  - test_create_item: Tests item creation
  - test_update_item: Tests item update
  - test_delete_item: Tests item deletion

- Ensure coverage for various scenarios including field exclusions, optional fields, and foreign key conversions.
- Add pytest-cov for test coverage reporting
- Add pytest-django for Django test support
- Include lazy-ninja lib from Github repository
…fixes

feat: update to version 0.3.0 with new features, fixes, and Pydantic v2 compatibility
@AghastyGD AghastyGD self-assigned this Mar 1, 2025
@AghastyGD AghastyGD merged commit 413f144 into main Mar 1, 2025
6 checks passed
@AghastyGD AghastyGD deleted the dev branch March 1, 2025 16:26
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.

1 participant