Skip to content

Commit

Permalink
split code
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 6, 2024
1 parent 19cbfda commit 5a85de9
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 504 deletions.
3 changes: 2 additions & 1 deletion codeforlife/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
Custom test cases.
"""

from .api import APIClient, APITestCase
from .api import APITestCase
from .api_client import APIClient
from .api_request_factory import APIRequestFactory, BaseAPIRequestFactory
from .cron import CronTestCase
from .model import ModelTestCase
Expand Down
Loading

0 comments on commit 5a85de9

Please sign in to comment.