Method summary
- setUp(self)
- test_clearing(self)
- test_registry_starts_empty(self)
- test_returns_singleton(self)
Methods
- setUp(self)
Creates the test fixture.
Overridden here to ensure each test starts with an empty global registry.
- test_clearing(self)
Validates that clearing the registry gives us a new registry.
- test_registry_starts_empty(self)
Validates that the registry is starting empty for each test.
- test_returns_singleton(self)
Validates that the getter returns the same global registry