Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplestac
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
umr-tetis
STAC
simplestac
Commits
97afc90e
Commit
97afc90e
authored
10 months ago
by
de Boissieu Florian
Browse files
Options
Downloads
Patches
Plain Diff
add print when downloading data in conftest
parent
e22fe52b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
bump version to v1.1.0
Pipeline
#197390
passed
10 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/conftest.py
+1
-0
1 addition, 0 deletions
tests/conftest.py
with
1 addition
and
0 deletions
tests/conftest.py
+
1
−
0
View file @
97afc90e
...
...
@@ -7,6 +7,7 @@ logging.basicConfig(level=logging.INFO)
here
=
Path
(
__file__
).
parent
download_script
=
here
/
"
download_data.py
"
print
(
"
Downloading the test data...
"
)
exec
(
open
(
download_script
).
read
())
@pytest.fixture
(
scope
=
"
session
"
)
...
...
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