aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/web_search.py
Commit message (Collapse)AuthorAgeFilesLines
* fix search redirect codes in new testsBryan Newbold2020-07-311-4/+4
|
* simple search route increased coverageBryan Newbold2020-07-301-0/+27
|
* refactor coverage tests/mocksBryan Newbold2020-07-301-1/+0
|
* lint coverage changes (so far)Bryan Newbold2020-07-301-1/+1
|
* include new-style preservation+release_type aggs in container statsBryan Newbold2020-07-301-1/+12
|
* add regression test for broken container coverageBryan Newbold2020-07-301-57/+0
| | | | also shuffle around search/coverage test files
* small lint fixesBryan Newbold2020-07-241-1/+0
|
* finish backend refactoring of search codeBryan Newbold2020-07-241-2/+77
|
* update web_search tests to mock ES clientBryan Newbold2020-07-241-44/+44
| | | | | | Instead of using 'responses' mock of 'requests' library. Tried using 'elasticmock' helper but it didn't work.
* refactor release and container searchBryan Newbold2020-07-241-5/+2
| | | | | | | | | | Based on fatcat-scholar refactoring. This doesn't include refactoring of stats, aggregates, or histograms yet, just the direct queries. Don't have any test coverage yet; intend to try elasticmock or figuring out how to ingest mock JSON results directly.
* lint (flake8) python test filesBryan Newbold2020-07-011-2/+1
|
* Correct spelling mistakesEdward Betts2020-03-271-2/+2
|
* address test issueMartin Czygan2019-11-151-2/+3
|
* adjust search test case for new wordingMartin Czygan2019-11-141-2/+2
| | | | > "Showing top " -> "Showing first "
* refactor all python source for client lib nameBryan Newbold2019-09-051-1/+1
|
* add kbart counts to container statsBryan Newbold2019-07-311-0/+1
|
* improve test coverageBryan Newbold2019-04-041-2/+80
|
* many web test improvementsBryan Newbold2019-04-041-0/+40