vliz-be-opsci / py-trav-harv

python module that will allow an enduser to perform link traversal on a triple store.
0 stars 0 forks source link

Refactored web_discovery.py to use a loop for requesting different fo… #52

Closed cedricdcc closed 4 months ago

cedricdcc commented 4 months ago

fixes #31

This PR also includes some changes surrounding issue #35 regarding the prefix support (helper.py)

github-actions[bot] commented 4 months ago

Tests coverage table for 43dccd0 commit.

pycoverage Name Stmts Miss Cover Missing
travharv/config_build.py 149 17 88.59% 46 214 244-245 322-323 355 361-364 414-415 422 438
travharv/executor.py 35 3 91.43% 70-71 77
travharv/helper.py 25 1 96.0% 27
travharv/path_assertion.py 66 14 78.79% 43 46 70-72 75-78 87
travharv/service.py 46 3 93.48% 76 91 96
travharv/store.py 51 7 86.27% 73 76 109 119-120 133
travharv/web_discovery.py 82 13 84.15% 21 49-50 58 139 148 150-155 160
TOTAL 454 58 87.22%