kytos-ng / pathfinder

Kytos main path finder Network Application (NApp)
https://kytos-ng.github.io/api/pathfinder.html
MIT License
0 stars 7 forks source link

Replace unittest.subTest with pytest.mark.parametrize #19

Closed viniarck closed 3 months ago

viniarck commented 2 years ago

Same reason why unittest.subTest was replaced on this of_core PR, replace unittest.subTest with pytest.mark.parametrize on these unit tests:

https://github.com/kytos-ng/pathfinder/blob/master/tests/integration/test_paths_edges.py#L17-L32

viniarck commented 3 months ago

This has landed.