Spaces Data
Minimal test - lines (62, 66)
path: .spaces[3].metrics.mi.mi_visual_studio
old: 76.87481280433065
new: 72.03541215812653
path: .spaces[3].metrics.mi.mi_sei
old: 114.25542574174926
new: 143.83576628048507
path: .spaces[3].metrics.mi.mi_original
old: 131.4559298954054
new: 123.18055479039636
path: .spaces[3].metrics.loc.sloc
old: 3.0
new: 5.0
path: .spaces[3].metrics.loc.cloc
old: 0.0
new: 2.0
Code
def test_not_name_is_non_test(rel_path):
s = create(rel_path)
assert not (s.name_is_non_test or s.name_is_conformance_support)
# We aren't actually asserting what type of test these are, just their
# name doesn't prohibit them from being tests.