Add missing file.

This commit is contained in:
Michael DeHaan
2013-04-01 17:50:12 -04:00
parent 5deaa5c2fa
commit a2d40a44a3
2 changed files with 278 additions and 1 deletions

View File

@@ -20,6 +20,6 @@ from lib.main.tests.organizations import OrganizationsTest
from lib.main.tests.users import UsersTest
from lib.main.tests.inventory import InventoryTest
# FIXME: Uncomment the next line when projects.py is added to git.
# from lib.main.tests.projects import ProjectsTest
from lib.main.tests.projects import ProjectsTest
from lib.main.tests.commands import AcomInventoryTest
from lib.main.tests.tasks import RunLaunchJobTest