Skip to content
Snippets Groups Projects
Commit fbabb37a authored by Rémi's avatar Rémi
Browse files

fixes

parent 10d87a02
No related branches found
No related tags found
1 merge request!2fixes
Pipeline #268648 passed with warnings
......@@ -17,6 +17,8 @@ stages:
.static_analysis_base:
stage: Static Analysis
allow_failure: true
except:
- main
flake8:
extends: .static_analysis_base
......@@ -46,6 +48,8 @@ pydocstyle:
pip_install:
stage: Install
except:
- main
script:
- pip install .
......
......@@ -29,7 +29,7 @@ classifiers = [
]
[project.scripts]
stacflow = "theia_dumper.cli:__main__"
theia-dumper = "theia_dumper.cli:app"
[tool.setuptools]
packages = ["theia_dumper"]
......
......@@ -34,6 +34,7 @@ shutil.copyfile(raster_file1, raster_file2)
def clear():
"""Clear all test items and collection."""
for item_id in items_ids:
handler.delete(col_id=col_id, item_id=item_id)
handler.delete(col_id=col_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment