Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

cuff-links/github_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Senior Test Engineer Exercise

Thanks for taking a look at my GitHub Senior Test Engineer exercise. This submission is actually a mixture of REST API tests, Performance tests, and CI Configuration.

Build Status SSL Rating License: MIT

Sections

Running The Tests Locally

To run this test suite, one will already assume that you have python 2.7 installed along with Virtualenv (or perhaps VirtualenvWrapper).

Using Tox

The easiest way to run the test suite is through Tox.

  • Tox
  • Navigate to root of repository
  • Run tox

Using Py.Test Directly

  • Install Py.Test
  • cd tests from the root of repository.
  • Run pytest --capture=sys --spec