Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Tests

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