[Libre-soc-bugs] [Bug 1193] TrapTestCase.case_2_rfid is broken, without an obvious fix
    bugzilla-daemon at libre-soc.org 
    bugzilla-daemon at libre-soc.org
       
    Fri Oct 20 03:56:54 BST 2023
    
    
  
https://bugs.libre-soc.org/show_bug.cgi?id=1193
--- Comment #6 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Jacob Lifshay from comment #5)
> it does run all tests, but only when they all pass. this is because pytest
> runs what it sees as a single test: running test_caller_trap.TrapTest.test
> (trapped by __init__ so it runs TestRunnerBase.run_test instead)
actually, it's not trapped by __init__, instead pytest attempts to run each
test method by invoking run_test, which is overridden by
TestRunnerBase.run_test
-- 
You are receiving this mail because:
You are on the CC list for the bug.
    
    
More information about the libre-soc-bugs
mailing list