'''20210922 Robin Dawes This imports pytest and executes all the test programs in the current directory. ''' import pytest pytest.main(["--capture=sys"])