pykla / pykla-pytest

Tutorial materials for Automated Testing With Pytest Sept 2017 - PyKla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Test With Pytest

This repo contains code for tutorial on unit testing with pytest

Requirements

  • Python 2.7 / 3.x with
    • pip
    • virtualenv
  • Text editor

Setup

  1. Clone repo or download zip
    $ git clone git@github.com:arnawldo/pykla-pytest.git
    $ cd pykla-pytest

  2. (Optional) Setup a virtual environment
    $ virtualenv venv
    $ source venv/bin/activate
    On windows
    $ .\venv\Scripts\activate

  3. Install pytest pip install -U pytest

About

Tutorial materials for Automated Testing With Pytest Sept 2017 - PyKla


Languages

Language:Python 100.0%