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
Admin message
NRAO Gitlab has been upgraded to version 17.10
Show more breadcrumbs
ssa
workspaces
Commits
608853d7
Commit
608853d7
authored
3 years ago
by
Janet Goldstein
Browse files
Options
Downloads
Patches
Plain Diff
WS-601: cleanup after yourself!
parent
a6798d52
No related branches found
No related tags found
1 merge request
!395
WS-601: Fixed broken EVLA CAL test
Changes
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
+2
-0
2 additions, 0 deletions
...e/ingest_envoy/test/test_manifest_builder_entry_points.py
with
2 additions
and
0 deletions
apps/cli/executables/pexable/ingest_envoy/test/test_manifest_builder_entry_points.py
+
2
−
0
View file @
608853d7
...
...
@@ -5,6 +5,7 @@ import sys
from
pathlib
import
Path
# pylint: disable=E0401, E0402, R1721, W0611, W0621
import
shutil
from
ingest_envoy.ingestion_manifest
import
(
IngestionManifest
,
...
...
@@ -105,3 +106,4 @@ def test_entry_point_for_image(ingest_path: Path):
print
(
f
"
>>>
{
file
.
name
}
present after manifest build
"
)
assert
len
(
ingestion_files_after
)
==
expected_file_count_before
+
2
shutil
.
rmtree
(
ingest_path
)
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