mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-04 17:20:10 +00:00
pytest.mark.skipif apparently iterates through a class's methods, applying itself onto the various methods. Now, since we're deriving from a parent class, the method is actually the same object inherited from the parent, so the decorator will apply itself on the parent's testrunning method (test_refout). The result is that any TestRefout tests after "test_commands.py" will be skipped... This only became apparent after adding ospf6d/test_lsdb.py; before, test_commands.py was the last test in the list so it didn't matter... Signed-off-by: David Lamparter <equinox@opensourcerouting.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| common_cli.c | ||
| common_cli.h | ||
| test_cli.c | ||
| test_cli.in | ||
| test_cli.py | ||
| test_cli.refout.in | ||
| test_commands.c | ||
| test_commands.in | ||
| test_commands.py | ||
| test_commands.refout | ||