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

Fix pylint import-error on integration tests #3

Closed italovalcy closed 2 years ago

italovalcy commented 2 years ago

Fixes #2

Description of the change

This PR just disables pylint import-error checks for tests/integration/test_paths_metadata.py and tests/integration/test_paths_edges.py. A similar approach was already adopted in the helper classes (https://github.com/kytos-ng/pathfinder/blob/master/tests/integration/edges_settings.py#L6-L7 and https://github.com/kytos-ng/pathfinder/blob/master/tests/integration/metadata_settings.py#L3-L4).

Release notes

N/A