Skip to content

tapichu/pyautotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyAutotest

The aim of this project is to simplify TDD by running tests continuously.

Unit test libraries

pyAutotest should be relatively generic so it is simple to add support for different unit test libraries like unittest, doctest, etc.

I'll start with maven because I'm using it at work and it can be painful testing with it.

Inspiration

My co-workers' frustration with maven.

David Beazley's Generator Tricks for System Programmers gave me the idea of using python's generators to build a processing pipeline. It should be easy to have a common pipeline and just plug-in a couple of stages with the specifics of a certain unit test library.

About

Automate the execution of unit tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages