5 lines
165 B
Python
5 lines
165 B
Python
"""A package of test module providing mock Things for testing.
|
|
|
|
The mock things do not subclass the origninal things to minimise the inflation of
|
|
test coverage.
|
|
"""
|