An open API service indexing awesome lists of open source software.

https://github.com/vitalik/pydantic-v2-djangoninja

Test case for v2 migration
https://github.com/vitalik/pydantic-v2-djangoninja

Last synced: 7 months ago
JSON representation

Test case for v2 migration

Awesome Lists containing this project

README

          

# pydantic-v2-djangoninja

# HOWTO

```
git clone https://github.com/vitalik/pydantic-v2-djangoninja.git
cd pydantic-v2-djangoninja
pip install -r requirements.txt
cd testproj
./manage.py run_pydantic_tests
```
the actual tests are in this file

https://github.com/vitalik/pydantic-v2-djangoninja/blob/main/testproj/pydantic_tests.py