Skip to content

Commit

Permalink
Less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
akVolvo committed Apr 10, 2024
1 parent 2e54717 commit 44e8b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_CAN_bus_loogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ def test_almost_j1939_extract(self):
print(f"dir for running testfile: {d}")
dbc = os.path.join(d, "almost-J1939.dbc") # Local tests
print(f"{dbc=} exists? {os.path.exists(dbc)}")
print(f"working dir for tests: {os.path.abspath('.')}")
print(f"content of working dir: {os.listdir('.')}")
print(f"content of working dir (abspath): {os.listdir(os.path.abspath('.'))}")
print(f"content of ./test subdir: {os.listdir(os.path.join('.','test'))}")
# print(f"working dir for tests: {os.path.abspath('.')}")
# print(f"content of working dir: {os.listdir('.')}")
# print(f"content of working dir (abspath): {os.listdir(os.path.abspath('.'))}")
# print(f"content of ./test subdir: {os.listdir(os.path.join('.','test'))}")
# assert False # We want fail and output of prints above

# if not os.path.exists(dbc):
Expand Down

0 comments on commit 44e8b66

Please sign in to comment.