We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352b1f1 commit d4aefcfCopy full SHA for d4aefcf
test/logformats_test.py
@@ -670,7 +670,7 @@ def _setup_instance(self):
670
671
672
class TestCsvFileFormat(ReaderWriterTest):
673
- """Tests can.ASCWriter and can.ASCReader"""
+ """Tests can.CSVWriter and can.CSVReader"""
674
675
def _setup_instance(self):
676
super()._setup_instance_helper(
@@ -731,7 +731,7 @@ def test_read_all(self):
731
732
733
class TestPrinter(unittest.TestCase):
734
- """Tests that can.Printer does not crash
+ """Tests that can.Printer does not crash.
735
736
TODO test append mode
737
"""
0 commit comments