Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
7bf6d190
Commit
7bf6d190
authored
1 year ago
by
Daniel Nemergut
Browse files
Options
Downloads
Patches
Plain Diff
Missed updating the assertions
parent
5e579cb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1452
Merge 2.8.2 to main
,
!1385
WS-1769 Missed updating the assertions
Pipeline
#10045
passed
1 year ago
Stage: pull-db
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/cli/executables/pexable/ingest_envoy/test/test_manifest_builder_entry_points.py
+4
-2
4 additions, 2 deletions
...e/ingest_envoy/test/test_manifest_builder_entry_points.py
with
4 additions
and
2 deletions
apps/cli/executables/pexable/ingest_envoy/test/test_manifest_builder_entry_points.py
+
4
−
2
View file @
7bf6d190
...
...
@@ -34,7 +34,8 @@ from ingest_envoy.utilities import ScienceProductType, Telescope
from
conftest
import
(
ANCILLARY_PRODUCTS
,
OUTPUT_GROUP_SCIENCE_PRODUCT_ANCILLARIES
,
OUTPUT_GROUP_SCIENCE_PRODUCT_ANCILLARIES_K
,
OUTPUT_GROUP_SCIENCE_PRODUCT_ANCILLARIES_X
,
ingest_path
,
populate_fake_evla_cal_ingest_path
,
populate_fake_tmpx_ratuqh_ingest_path
,
...
...
@@ -95,7 +96,8 @@ def test_entry_point_for_image(ingest_path: Path):
# we should be starting out with various image manifest input files
# and CASA byproducts, a random file, and -not- the image ingestion
# manifest yet to be created
expected_file_count_before
=
len
(
ANCILLARY_PRODUCTS
)
+
len
(
OUTPUT_GROUP_SCIENCE_PRODUCT_ANCILLARIES
)
+
1
expected_file_count_before
=
len
(
ANCILLARY_PRODUCTS
)
+
len
(
OUTPUT_GROUP_SCIENCE_PRODUCT_ANCILLARIES_K
)
+
\
len
(
OUTPUT_GROUP_SCIENCE_PRODUCT_ANCILLARIES_X
)
+
2
ingestion_files_before
=
[
file
for
file
in
ingest_path
.
iterdir
()]
assert
len
(
ingestion_files_before
)
==
expected_file_count_before
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment