File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# These targets are not files
2
2
.PHONY : tests
3
3
4
- test : test-heroku-16
4
+ test : test-heroku-18 test-heroku- 16
5
5
6
6
check :
7
7
@shellcheck -x bin/compile bin/detect bin/release bin/test-compile bin/utils bin/warnings
Original file line number Diff line number Diff line change @@ -61,3 +61,25 @@ Runtime options include:
61
61
- ` python-3.7.0 `
62
62
- ` python-3.6.6 `
63
63
- ` python-2.7.15 `
64
+
65
+ ## Tests
66
+
67
+ The buildpack tests use [ Docker] ( https://www.docker.com/ ) to simulate
68
+ Heroku's [ stack images.] ( https://devcenter.heroku.com/articles/stack )
69
+
70
+ To run the test suite:
71
+
72
+ ```
73
+ make test
74
+ ```
75
+
76
+ Or to test in a particular stack:
77
+
78
+ ```
79
+ make test-heroku-18
80
+ make test-heroku-16
81
+ ```
82
+
83
+ The tests are run via the vendored
84
+ [ shunit2] ( https://github.com/kward/shunit2 )
85
+ test framework.
You can’t perform that action at this time.
0 commit comments