Prototype unit test writer for python
As far as I can tell no one really asked for this or needs it, there are other testing modules out there that work great, but this one is mine.
Nope, this is actually the most useful thing I've ever written in python. I don't even have hidden repos that might require unit testing.
I want to get hired.
to make the dev build: sudo python3 setup.py develop
to make the test file: pythtest create (file).py
to run the: pythtest run (runs all files of the form test(file).py in that directory)
eventually I'll make a runner which will call all of the test functions individually in setup->test->teardown order (like JUnit)