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 059a0e6 commit 5b09b03Copy full SHA for 5b09b03
pybliometrics/sciencedirect/tests/test_ScienceDirectSearch.py
@@ -68,6 +68,11 @@ def test_empty_results():
68
assert sds_empty._n == 0
69
70
71
+def test_empty_query():
72
+ with pytest.raises(ValueError):
73
+ _ = ScienceDirectSearch(view="STANDARD", refresh=30)
74
+
75
76
def test_field_consistency():
77
am_wrong_field = ScienceDirectSearch(query='',
78
title='Assessing LLMs in malicious code deobfuscation of real-world malware campaigns',
0 commit comments