]> git.puffer.fish Git - matthieu/frr.git/commit
tests: add another directory to search path for pylint
authorChristian Hopps <chopps@labn.net>
Mon, 24 Mar 2025 05:07:28 +0000 (05:07 +0000)
committerChristian Hopps <chopps@labn.net>
Mon, 24 Mar 2025 05:10:36 +0000 (05:10 +0000)
commit3d4dee5f0cb0b32cbf405f0198e112d17249e0f3
tree0428af8f1c2303f6ef24c335c8221b659a6cd441
parentc288e5fbaf73bafb9aa15ade13969fc321e321db
tests: add another directory to search path for pylint

Some IDEs (e.g., emacs+lsp) run pylint from the root directory and so
we need to add `tests/topotests` so that `lib` and `munet` are found
by pylint when used in imports

Signed-off-by: Christian Hopps <chopps@labn.net>
.pylintrc