tests: note location of related tests.
This commit is contained in:
parent
eff8179591
commit
bb0c98f451
|
@ -16,6 +16,11 @@ from mitogen.core import b
|
|||
import testlib
|
||||
|
||||
|
||||
####
|
||||
#### see also message_test.py / PickledTest
|
||||
####
|
||||
|
||||
|
||||
class BlobTest(testlib.TestCase):
|
||||
klass = mitogen.core.Blob
|
||||
|
||||
|
|
Loading…
Reference in New Issue