/testing-click-click

Primary LanguagePythonApache License 2.0Apache-2.0

testing-click-click

PyPI Changelog Tests License

null

Installation

Install this tool using pip:

$ pip install testing-click-click

Usage

Usage instructions go here.

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd testing-click-click
python -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest