Add SIPSANC_DATA_DIR and SIPSANC_LOG_DIR env vars
Allows changing where `sipsanc init` saves its files and where any errors in all `sipsanc` subcommands are saved, respectively Uses these variables in tests to separate the test instance of `sipsanc` from the local install
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- README.md 11 additions, 0 deletionsREADME.md
- src/sipsanc/cli.py 6 additions, 2 deletionssrc/sipsanc/cli.py
- tests/conftest.py 18 additions, 0 deletionstests/conftest.py
- tests/test_cli_output.py 0 additions, 1 deletiontests/test_cli_output.py
- tests/test_output.py 0 additions, 5 deletionstests/test_output.py
tests/conftest.py
0 → 100644
Please register or sign in to comment