Skip to content

Commit e231306

Browse files
authored
refactor: remove tests for now
1 parent bfaabac commit e231306

File tree

123 files changed

+14
-1942
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+14
-1942
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

tests/app/array_field/migrations/__init__.py renamed to demo/htmx/__init__.py

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from tests.app.widget.forms import TestForm
2-
from tests.app.widget.models import NonRequired, Required
1+
from demo.widget.forms import TestForm
2+
from demo.widget.models import NonRequired, Required
33

44

55
class RequiredForm(TestForm):

0 commit comments

Comments
 (0)