We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575cc19 commit d69b4e5Copy full SHA for d69b4e5
vulntotal/tests/test_osv.py
@@ -10,6 +10,7 @@
10
import json
11
from pathlib import Path
12
13
+import pytest
14
from commoncode import testcase
15
from packageurl import PackageURL
16
@@ -62,6 +63,7 @@ def test_parse_advisory(self):
62
63
util_tests.check_results_against_json(results, expected_file)
64
65
66
+@pytest.mark.webtest
67
class TestOSVLive(testcase.FileBasedTesting):
68
def test_generate_payload_nuget_with_api_call(self):
69
# this test makes like API calls
0 commit comments