Open radiac opened 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)
def test_...
app/tests.py
This is an extension to #20
When the script contains a
def test_...
, we'll want to extract it intoapp/tests.py
(along with its decorators)