Skip to content

cs360f14/Python-CI-Testing

 
 

Repository files navigation

Python-CI-Testing

Build Status

A repository to demonstrate Python and Travis CI testing

  • docTestExample.py - this file demonstrates DocTest testing
  • unittestExample.py - this file demonstrates simple unittests
    • You can demonstrate a failing testcase by uncommenting test_thistestwillfail
  • cards.py - this file contains a class to be unittested
  • unittestCards.py - this file contains unittests for cards.py
  • unittestSimpleJSONExample.py - this file requires Travis-CI to install simplejson before running the tests.
  • test_UnitTests.py - add a copy of unittestExample.py that will be picked up by nosetests
  • test_list.py - added a new file for nosetests

Forked to CS360f16.

About

A repository to demonstrate Python and Travis CI testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%