chore(tech-debt): Finalize gui_2.py cleanup and test suite discipline
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import pytest
|
||||
|
||||
def test_vlogger_available(vlogger):
|
||||
vlogger.log_state("Test", "Before", "After")
|
||||
vlogger.finalize("Test Title", "PASS", "Test Result")
|
||||
pytest.fail("TODO: Implement assertions")
|
||||
|
||||
Reference in New Issue
Block a user