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 0362acb commit ee06947Copy full SHA for ee06947
test/test_player.py
@@ -26,7 +26,9 @@ def setUp(self) -> None:
26
self.mock_virtual_bus.shutdown = Mock()
27
28
self.baseargs = [sys.argv[0], "-i", "virtual"]
29
- self.logfile = os.path.join(os.path.dirname(__file__), "data", "test_CanMessage.asc")
+ self.logfile = os.path.join(
30
+ os.path.dirname(__file__), "data", "test_CanMessage.asc"
31
+ )
32
33
def assertSuccessfullCleanup(self):
34
self.MockVirtualBus.assert_called_once()
0 commit comments