From bb0c98f4514303b179e5d2473caee146a6f3abc7 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 10 Mar 2019 21:24:45 +0000 Subject: [PATCH] tests: note location of related tests. --- tests/types_test.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/types_test.py b/tests/types_test.py index 8f120931..8e441c65 100644 --- a/tests/types_test.py +++ b/tests/types_test.py @@ -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