Skip to content

vegaspy/testable-objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testable Objects

Testable objects is primer for writing good objects that are highly testable in Python. The priciples are not specific to Python but some of the instructions are specific to python.

The presentation can be found here.

Running Tests

This project requires setuptools. Installation instructions can be found here if your Python installation did not already include setuptools

python setup.py test

Contributing

Community contributions are always welcome.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Talk regarding testable objects in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages