Open
Description
This is weird issue that has been bugging me for a couple of weeks. Despite everything passing when I run all tests with make test
, when I try running only the snapshot tests this results in failing tests relating to the command palette.
Can anyone else reproduce this?
------------------------- snapshot report summary --------------------------
2 snapshots failed. 293 snapshots passed.
========================= short test summary info ==========================
FAILED tests/snapshot_tests/test_snapshots.py::test_command_palette - AssertionError: assert False
FAILED tests/snapshot_tests/test_snapshots.py::test_command_palette_discovery - AssertionError: assert False
=========== 2 failed, 293 passed, 1 warning in 88.05s (0:01:28) ===========