Updating testing to include pytest-snapshot (#1355)

In this commit, we slightly change the testing to use `pytest-snapshot`. This is for `ETL`s only.
This commit is contained in:
Emma Nechamkin 2022-03-11 21:34:07 -05:00 committed by GitHub
commit 9d920d4db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 328 additions and 415 deletions

View file

@ -40,6 +40,7 @@ tox = "^3.24.0"
pytest-mock = "^3.6.1"
tox-poetry = "^0.4.1"
pandas-vet = "^0.2.2"
pytest-snapshot = "^0.8.1"
nb-black = "^1.0.7"
[build-system]