Port of Makefile testing to a py.test framework. This framework should
be easily extensible in the future and will integrate directly into
GitHub for auto-testing.
Moved the Makefile and all testing code to the tests folder. This is
compatible with py.test and allows the Makefile testing to work too.
I think we should keep both the py.test code for auto-testing and the
Makefile. The Makefile allows anyone with a Linux system to test the
pipeline, even without installing py.test.
I think we should keep both the py.test code for auto-testing and the Makefile. The Makefile allows anyone with a Linux system to test the pipeline, even without installing py.test.