Skip to content

Unit testing, style checking and packaging example for Python course.

Notifications You must be signed in to change notification settings

csc-training/python-quality-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo project for Python-Introduction course

This project resembles a small, untested library for Python that has the following caveats

  1. no setup.py

  2. no unit tests for code (of which there isn't much)

  • code intentionally has bugs
  1. no style checking done
  2. different behaviour in different Python versions (so testing with tox might be a good idea)

About

Unit testing, style checking and packaging example for Python course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages