Tests for Python code

Tests are organized by type into directories
unit => unit tests
component => component tests
system => full system or subsystems
stress => stress tests

The Makefile in this directory lets you run
individual directories, to see the options
run:
$ make help

You can specify subsets with testAll.py,
see testAll.py -h
