Closed jimfulton closed 5 years ago
Looking at the tests in test_picklecache, it looks like they're only testing the Python version.
Am I missing something?
The C implementation is tested indirectly via persistent.tests.test_persistence.CPersistentTests, but yeah, test_picklecache is missing the necessary subclass to run the explicit tests.
persistent.tests.test_persistence.CPersistentTests
test_picklecache
Thanks!
Looking at the tests in test_picklecache, it looks like they're only testing the Python version.
Am I missing something?