summaryrefslogtreecommitdiff
path: root/tests/helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* allow interactive execTomas Tomecek2015-12-031-0/+46
| | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* Move methods/classes used by all integration tests to helpers.pyJoffrey F2015-11-181-0/+87
| | | | | | | Ensure setup_module is called at session level, making the test suite not order dependent. Test files can be invoked independently. Signed-off-by: Joffrey F <joffrey@docker.com>
* put/get archive implementationJoffrey F2015-10-081-0/+21
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Better support for .dockerignoreAanand Prasad2015-08-261-0/+16
- Support all basic pattern forms: file, directory, *, ?, ! - Fix handling of wildcard patterns and subdirectories - `*/a.py` should match `foo/a.py`, but not `foo/bar/a.py` - Fix handling of directory patterns with a trailing slash - make sure they're handled equivalently to those without one - Fix handling of custom Dockerfiles - make sure they go in the tarball Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>