Class
TestSetException
Exception thrown for bad test set specification.
Source from the content-addressed store, hash-verified
| 42 | |
| 43 | |
| 44 | class TestSetException(Exception): |
| 45 | ''' |
| 46 | Exception thrown for bad test set specification. |
| 47 | ''' |
| 48 | |
| 49 | |
| 50 | class TestImage: |