commit | 43dd68b7a5dab16514b519e53cae3c174954d004 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Tue Sep 13 00:24:06 2016 +0200 |
committer | Chris Liechti <cliechti@gmx.net> | Tue Sep 13 00:24:06 2016 +0200 |
tree | 442e606a30827fc9335d729e311713f7ddd789f3 | |
parent | 122a93209cd7f0ef3d6089f1c5d70a74ca25de80 [diff] [blame] |
test: cleanups
diff --git a/test/test_threaded.py b/test/test_threaded.py index 333a5c0..40f45ad 100644 --- a/test/test_threaded.py +++ b/test/test_threaded.py
@@ -18,8 +18,8 @@ # on which port should the tests be performed: PORT = 'loop://' -class Test_asyncio(unittest.TestCase): - """Test asyncio related functionality""" +class Test_threaded(unittest.TestCase): + """Test serial.threaded related functionality""" def test_line_reader(self): """simple test of line reader class"""