This Project is Work-In-Progress
Python implementation of AVA.
Requirements should be installed in a virtual environment
Make one under the root of this repo, for example:
> python3 -m venv venv
> source venv/bin/activate> pip install wheel
> pip install setuptools
> pip install twine
> pip install pytest==4.4.1
> pip install pytest-runner==4.4
> pip install altairWrite your test cases in modules under test/.
Run:
> python setup.py pytestDaily Testing:
> pytest
> pytest -s> python setup.py bdist_wheel> pip install /path/to/dist/wheelfile.whl