The TcEx App testing framework provides functionality for using pytest to test TcEx Apps.
- arrow (https://pypi.python.org/pypi/arrow)
- astunparse (https://pypi.python.org/pypi/astunparse)
- black (https://pypi.org/project/black/)
- deepdiff (https://pypi.org/project/deepdiff/)
- hvac (https://pypi.org/project/hvac/)
- inflect (https://pypi.python.org/pypi/inflect)
- isort (https://pypi.org/project/isort/)
- jmespath (https://pypi.org/project/jmespath/)
- mako (https://pypi.org/project/mako/)
- pyaes (https://pypi.org/project/pyaes/)
- pydantic (https://pypi.org/project/pydantic/)
- pytest (https://pypi.org/project/pytest/)
- pytest-cov (https://pypi.org/project/pytest-cov/)
- pytest-html (https://pypi.org/project/pytest-html/)
- pytest-xdist (https://pypi.org/project/pytest-xdist/)
- python-dateutil (https://pypi.python.org/pypi/python-dateutil)
- redis (https://pypi.python.org/pypi/redis)
- requests (https://pypi.python.org/pypi/requests)
- rich (https://pypi.python.org/pypi/rich)
- semantic_version (https://pypi.org/project/semantic-version/)
- typer (https://pypi.python.org/pypi/typer)
- bandit (https://pypi.org/project/bandit/)
- pre-commit (https://pypi.org/project/pre-commit/)
- pydocstyle (https://pypi.org/project/pydocstyle/)
- pylint (https://pypi.org/project/pylint/)
- pyright (https://pypi.org/project/pyright/)
- pyupgrade (https://pypi.org/project/pyupgrade/)
Using pip
pip install tcex-app-testing
https://threatconnect.readme.io/docs/tcex-app-testing-overview
https://threatconnect.readme.io/docs/tcex-app-testing-release-notes
After cloning the repository, install the development requirements.
pip install -e .[dev]
If you have any questions, bugs, or requests please contact support@threatconnect.com