This folder contains all the tests that can be run to automatically test of pyet runs correctly.
All tests in this folder can be run with the following command: >>> python -m unittest -v
This requires the nosetests package to be installed. If not installed run: >>> pip install unittest