Source
155
155
##### Examples
156
156
python3 runtest.py --bamboo -n 4 -p casa-6.4.3-3-py3.6.tar.xz -m serial -j asdmsummary -w /path/to/working/directory
157
157
python3 runtest.py --bamboo -p casa-6.4.3-3-py3.6.tar.xz -m serial -w /path/to/working/directory --test_list test_coordsys,test_tclean,
158
158
159
159
```
160
160
161
161
#### Additional Notes
162
162
163
163
--bamboo option requires [testrunner module] (https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse/casatestutils/testrunner).
164
164
165
+
#### Verify runtest.py
166
+
Run the unit tests of runtest.py in the command-line or in a Jupyter notebook
167
+
168
+
Run locally using a casa tarball:
169
+
```
170
+
<tarball>/bin/pip3 install jupyter
171
+
172
+
<tarball>/bin/python3 -m jupyter notebook --generate-config
173
+
174
+
<tarball>/bin/python3 -m jupyter notebook --browser=firefox --ip='*' --NotebookApp.toke='' --NotebookApp.password='' tests/nb_test_runtest.ipynb
175
+
```
176
+
Run in [Google Colab](https://colab.research.google.com/drive/1lunhY-8iLot2H0UwFJ98_IWsmBM2TIMd?usp=sharing)