We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31954e commit 0a6bb91Copy full SHA for 0a6bb91
tests/test_start_ursim.bats
@@ -1,3 +1,8 @@
1
+setup_file() {
2
+ docker pull universalrobots/ursim_cb3:latest
3
+ docker pull universalrobots/ursim_e-series:latest
4
+}
5
+
6
setup() {
7
# get the containing directory of this file
8
# use $BATS_TEST_FILENAME instead of ${BASH_SOURCE[0]} or $0,
0 commit comments