summaryrefslogtreecommitdiff
path: root/tests/unit/testdata/context/Dockerfile
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-09-23 17:42:29 -0700
committerJoffrey F <joffrey@docker.com>2015-09-24 15:33:51 -0700
commit15385685323b18671bbfed38ba744ac2b6b01bb9 (patch)
tree4de1fdbd7f0d318f9848becb302166bfeea81f5b /tests/unit/testdata/context/Dockerfile
parent36264349912c3192a7712167b901115a123fbada (diff)
downloaddocker-py-efficiency.tar.gz
Reorganize test directoriesefficiency
More clearly separate unit and integration tests Allow splitting into multiple files Cleaner Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'tests/unit/testdata/context/Dockerfile')
-rw-r--r--tests/unit/testdata/context/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/testdata/context/Dockerfile b/tests/unit/testdata/context/Dockerfile
new file mode 100644
index 0000000..d1ceac6
--- /dev/null
+++ b/tests/unit/testdata/context/Dockerfile
@@ -0,0 +1,2 @@
+FROM busybox:latest
+CMD echo "success"