aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_ingest.py
Commit message (Collapse)AuthorAgeFilesLines
* ingest tests: check that URL checks actually runBryan Newbold2022-04-041-1/+9
|
* filesets: typo bugfix, and test 'mimetype' on entity, not extraBryan Newbold2022-04-041-1/+1
|
* single-file variant of fileset importer for dataset attemptsBryan Newbold2022-03-231-0/+60
|
* fix typo in fileset comparison helperBryan Newbold2022-03-231-3/+2
|
* ingest fileset fixes, and some test coverageBryan Newbold2022-03-231-3/+60
|
* fmt (black): tests/Bryan Newbold2021-11-021-43/+50
|
* python: isort everythingBryan Newbold2021-11-021-2/+7
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* ingest: progress on HTML ingestBryan Newbold2020-11-051-2/+43
|
* ingest: tests for basic XML ingestBryan Newbold2020-11-051-0/+17
|
* ingest: basic checks for ingest_typeBryan Newbold2020-11-051-0/+6
|
* simple lint (flake8) fixes in testsBryan Newbold2020-07-231-1/+1
| | | | | | The pytest fixture syntax interacts weirdly with flake8 tests, so ignore the "redefinition" and "unused variable" errors more carefully for .py files under ./tests/
* lint (flake8) python test filesBryan Newbold2020-07-011-0/+1
|
* regression test for release_stage mismatch with ingest requestBryan Newbold2020-05-261-6/+39
|
* ingest: improve tests, support old ingest resultsBryan Newbold2020-01-151-0/+16
|
* ingest file result importerBryan Newbold2019-11-151-0/+58