Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edison7500 committed Dec 17, 2019
1 parent e5dc72c commit 3cf5a14
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/images/tests/test_api.py
@@ -0,0 +1,10 @@
from rest_framework.test import APITestCase


class ImageHandleAPITestCase(APITestCase):

def setUp(self) -> None:
pass

def test_remove_image_rim(self):
pass

0 comments on commit 3cf5a14

Please sign in to comment.