laike9m / Cyberbrain

Python debugging, redefined.
http://bit.ly/cyberbrain-features
MIT License
2.51k stars 159 forks source link

Move `tracer.events` assertions to golden files #125

Open laike9m opened 3 years ago

laike9m commented 3 years ago

So that we don't need to manually modify them each time something is changed.

laike9m commented 2 years ago

Since every test method has a check_golden_file, is it possible to remove it from the method definition and enable it by default?

victorjzsun commented 2 years ago

Since every test method has a check_golden_file, is it possible to remove it from the method definition and enable it by default?

No, test_import and other files with assert_that do not use check_golden_file due to system naming

laike9m commented 2 years ago

Then we probably should change the test file's name.