This repo contains code for tutorial on unit testing with pytest
- Python 2.7 / 3.x with
- pip
- virtualenv
- Text editor
-
Clone repo or download zip
$ git clone [email protected]:arnawldo/pykla-pytest.git
$ cd pykla-pytest
-
(Optional) Setup a virtual environment
$ virtualenv venv
$ source venv/bin/activate
On windows
$ .\venv\Scripts\activate
-
Install pytest
pip install -U pytest