radiac / nanodjango

Full Django in a single file - views, models, API ,with async support. Automatically convert it to a full project.
544 stars 24 forks source link

Convert test functions #29

Open radiac opened 1 month ago

radiac commented 1 month ago

This is an extension to #20

When the script contains a def test_..., we'll want to extract it into app/tests.py (along with its decorators)