Developer Instruction¶
Developers are instructed to follow the similar format of the scripts.
Include new functions in proper modules. If suitable module is not found, include them in
basic_utils.After including any function, add a
pytestin appropriate testing scripts and test it. Without properpytestnew functions will not be included in the main branch and future release.
Instructions for testing¶
## Steps to test Install P-AIRCARS in developer mode
git clone git@github.com:devojyoti96/P-AIRCARS.git
cd P-AIRCARS
pip install .[dev]
Go to test directory
cd </full/path/to/repository>/paircars/tests
Download test data
python3 download_test_data.pyRun utils module test:
pytest -s -v utils
Run pipeline module test:
pytest -s -v pipeline