Skip to content

Tutorial materials for Automated Testing With Pytest Sept 2017 - PyKla

Notifications You must be signed in to change notification settings

pykla/pykla-pytest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%