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 03cd2c3 commit 01cbfe8Copy full SHA for 01cbfe8
tests/test_corpus.py
@@ -56,6 +56,9 @@ def test_corpus(self):
56
self.assertEqual(
57
get_corpus_db_detail("XXXmx3KSXX"), {}
58
) # corpus does not exist
59
+ self.assertEqual(
60
+ get_corpus_db_detail("XXXmx3KSXX", version="0.2"), {}
61
+ ) # corpus does not exist
62
63
self.assertTrue(download("test")) # download the first time
64
self.assertTrue(download(name="test", force=True)) # force download
0 commit comments