mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-22 15:01:39 -07:00
Issue 1075: Add refactored ETL tests to NRI (#1088)
* Adds a substantially refactored ETL test to the National Risk Index, to be used as a model for other tests
This commit is contained in:
parent
f5fe8d90e2
commit
43e005cc10
41 changed files with 1155 additions and 619 deletions
|
@ -6,6 +6,7 @@ envlist = py38, py39, lint, checkdeps, pytest
|
|||
skip_missing_interpreters = true
|
||||
|
||||
[testenv:lint]
|
||||
deps = pytest
|
||||
# lints python code in src and tests
|
||||
commands = black data_pipeline
|
||||
flake8 data_pipeline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue