Skip to content

r0f1s/autoUT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoUT

Generate basic unit tests from working python code.

What is this good for? Not TDD.

Currently this creates a unit test file, given a python file, with skeleton tests. That is, they need the arguments and expected values filled in. So, running python autounit.py neatProgram.py will generate tests for the python file neatProgram.py.

TO DO:

  • get argument types for each function
  • initialize classes

About

Generate basic unit tests from working python code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%