Skip to content

Commit d7e2a60

Browse files
committed
Merge pull request #232 from arschles/rm-tests
fix(_tests,Makefile): remove integration tests
2 parents c7e173c + 9213b8e commit d7e2a60

20 files changed

Lines changed: 1 addition & 1019 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ test-functional:
9595
@echo "Implement functional tests in _tests directory"
9696

9797
test-integration:
98-
$(MAKE) -C _tests/ test-setup test-integration
98+
@echo "Check https://github.com/deis/workflow-e2e for the complete interation test suite"
9999

100100
.PHONY: build clean commit-hook full-clean postgres setup-venv test test-style test-unit test-functional

_tests/Makefile

Lines changed: 0 additions & 11 deletions
This file was deleted.

_tests/README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

_tests/apps_test.go

Lines changed: 0 additions & 167 deletions
This file was deleted.

_tests/auth_test.go

Lines changed: 0 additions & 68 deletions
This file was deleted.

_tests/builds_test.go

Lines changed: 0 additions & 44 deletions
This file was deleted.

_tests/config_test.go

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)