batfish / pybatfish

Python client for Batfish: https://github.com/batfish/batfish
Apache License 2.0
208 stars 51 forks source link

test_[network,snapshot]_funcs: adjust requires_bf #916

Closed dhalperi closed 2 months ago

dhalperi commented 2 months ago

This is required since we moved to session-level functions after deleting the old default session.

batfish-bot commented 2 months ago

This change is Reviewable

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.10%. Comparing base (9cd9473) to head (ad06572). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #916 +/- ## ======================================= Coverage 87.10% 87.10% ======================================= Files 24 24 Lines 3551 3551 Branches 716 716 ======================================= Hits 3093 3093 Misses 328 328 Partials 130 130 ```