merge test_exercises.py and test_exercises_docker.py
This commit is contained in:
committed by
Corey McCandless
parent
753bcccdad
commit
a43e360874
@@ -4,6 +4,6 @@ services:
|
||||
test-runner:
|
||||
image: exercism/python-test-runner
|
||||
working_dir: /python
|
||||
entrypoint: ./bin/test_runner_exercises.py
|
||||
entrypoint: ./bin/test_exercises.py --runner test-runner
|
||||
volumes:
|
||||
- .:/python
|
||||
|
||||
Reference in New Issue
Block a user