First pass at cleanup_deleted management command.

This commit is contained in:
Chris Church
2013-06-30 12:36:43 -04:00
parent 14ed59bedf
commit 6f0d644f5f
6 changed files with 318 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ from awx.main.tests.organizations import OrganizationsTest
from awx.main.tests.users import UsersTest
from awx.main.tests.inventory import InventoryTest
from awx.main.tests.projects import ProjectsTest
from awx.main.tests.commands import *
from awx.main.tests.scripts import *
from awx.main.tests.tasks import RunJobTest
from awx.main.tests.licenses import LicenseTests