sayhar / pytest-learning

Tinkering with pytest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##README / Instructions

  • This uses Python3. It's incompatible with python2
  • To use, import the predict module as shown in example.py
  • You can also run predict.py to get a simple interactive example of how the code works. (It's really simple though. You should use the method in example.py intead).
  • This code uses py.test . Use the virtualenv one directory upwards to install it via pip
  • To check out the tests, just run py.test or py.test -q

Some commands to run

  • py.test
  • python predict.py

Sahar Massachi

About

Tinkering with pytest

License:GNU General Public License v3.0


Languages

Language:Python 100.0%