Skip to content

kbo001/dimagi-qa

 
 

Repository files navigation

QA Automation scripts

Setup test environment

# create and activate a virtualenv using your preferred method. Example:
python -m venv venv
source venv/bin/activate

# install requirements
pip install -r requires.txt

Copy settings-sample.cfg to settings.cfg and populate settings.cfg for the environment you want to test.

Run tests

pytest -v

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%