-
Kevin Modzelewski authored
Apparently the 'assert' statement works by looking up the "AssertionError" name in the global scope, and then raising an exception of that type. pytest uses this to override assertion behavior.
247c0171
Apparently the 'assert' statement works by looking up the "AssertionError" name in the global scope, and then raising an exception of that type. pytest uses this to override assertion behavior.