diff --git a/django_admin_row_actions/tests/__init__.py b/django_admin_row_actions/tests/__init__.py deleted file mode 100644 index 33a7eba..0000000 --- a/django_admin_row_actions/tests/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__author__ = 'andybaker' diff --git a/django_admin_row_actions/tests/tests.py b/django_admin_row_actions/tests/tests.py deleted file mode 100644 index 501deb7..0000000 --- a/django_admin_row_actions/tests/tests.py +++ /dev/null @@ -1,16 +0,0 @@ -""" -This file demonstrates writing tests using the unittest module. These will pass -when you run "manage.py test". - -Replace this with more appropriate tests for your application. -""" - -from django.test import TestCase - - -class SimpleTest(TestCase): - def test_basic_addition(self): - """ - Tests that 1 + 1 always equals 2. - """ - self.assertEqual(1 + 1, 2)