Remove unused files

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2015-11-12 11:16:43 -08:00
parent 6e73f04acc
commit c622ff64b9
2 changed files with 0 additions and 17 deletions

View File

@ -1,13 +0,0 @@
# flake8: noqa
# FIXME: crutch while we transition to the new folder architecture
# Remove imports when merged in master and Jenkins is updated to find the
# tests in the new location.
from .api_test import *
from .build_test import *
from .container_test import *
from .exec_test import *
from .image_test import *
from .network_test import *
from .regression_test import *
from .volume_test import *

View File

@ -1,4 +0,0 @@
# FIXME: placeholder while we transition to the new folder architecture
# Remove when merged in master and Jenkins is updated to find the tests
# in the new location.
from .integration import * # flake8: noqa