mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-29 19:53:18 -07:00
Data Unit Tests (#509)
* Fixes #341 - As a J40 developer, I want to write Unit Tests for the ETL files, so that tests are run on each commit * Location bug * Adding Load tests * Fixing XLSX filename * Adding downloadable zip test * updating pickle * Fixing pylint warnings * Updte readme to correct some typos and reorganize test content structure * Removing unused schemas file, adding details to readme around pickles, per PR feedback * Update test to pass with Score D added to score file; update path in readme * fix requirements.txt after merge * fix poetry.lock after merge Co-authored-by: Shelby Switzer <shelby.switzer@cms.hhs.gov>
This commit is contained in:
parent
88c8209bb0
commit
536a35d6a0
17 changed files with 676 additions and 242 deletions
|
@ -33,6 +33,7 @@ pylint = "^2.9.6"
|
|||
pytest = "^6.2.4"
|
||||
safety = "^1.10.3"
|
||||
tox = "^3.24.0"
|
||||
pytest-mock = "^3.6.1"
|
||||
|
||||
[build-system]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue