WS-601: Rewrite/refactor ingestion manifest builder to pass disabled tests, part two
1 unresolved thread
Compare changes
Files
6- Janet Goldstein authored
* removed redundant test * test_miscellaneous_manifests tests pass * refactored testing values to central location * enum -> str args that I missed TODO: * re-enable remaining disabled tests and rewrite/refactor to make them pass * implement pending tests
@@ -7,7 +7,7 @@ import tarfile
@@ -15,7 +15,6 @@ from pendulum import DateTime
@@ -29,6 +28,7 @@ from ingest_envoy.manifest_components import (
@@ -36,7 +36,6 @@ from ingest_envoy.utilities import (
@@ -188,11 +187,13 @@ class IngestionManifestBuilder: