Skip to content

parkouss/pynium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynium

Some testing around py.test and python selenium integration. For now, just to see what I could do with that.

Travis build (Ubuntu):

image

Appveyor build (Windows):

image

playing with pynium

# clone the repo
git clone https://github.com/parkouss/pynium
cd pynium

# install pynium in a clean virtualenv
virtualenv venv
. venv/bin/activate
pip install -e .

# run the tests (this will use firefox)
py.test tests/

Samples of testing code

You can look at some sample test code, provided in the test-samples/ folder.

About

py.test and selenium integration - website functional testing using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published