Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Safe Defaults for the XPATHs

Compare
Choose a tag to compare
@medyagh medyagh released this 14 Jun 21:11
· 26 commits to master since this release
Adding get-env to helpers for sane defaults (#12)

* Adding get-env to helpers for sane defaults

* This makes it so you don't need to necessarily add the XPATH overrides
We could also move those out of the sample env, but I chose to leave them

* Adding a test for the get_env function in helpers_test.py

* Fixing a few errant ] that I forgot to delete