File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,14 @@ To run the functional tests, execute the following:
137137$ docker run --network=abaco_abaco -e base_url=http://nginx -e case=camel -v /:/host -v $( pwd) /local-dev.conf:/etc/service.conf -it --rm abaco/testsuite$TAG
138138```
139139
140+ You can pass arguments to the testsuite container just like you would to py.test. For example, you can run
141+ just one test (in this case, the ` test_create_actor_with_webhook ` test) from within the ` test_abaco_core.py `
142+ file with:
143+
144+ ``` shell
145+ $ docker run --network=abaco_copy_abaco -e base_url=http://nginx -e case=camel -v /:/host -v $( pwd) /local-dev.conf:/etc/service.conf -it --rm abaco/testsuite$TAG /tests/test_abaco_core.py::test_create_actor_with_webhook
146+ ```
147+
140148Run the unit tests with a command similar to the following, changing the test module as the end as necessary:
141149
142150``` shell
You can’t perform that action at this time.
0 commit comments