Skip to content
Snippets Groups Projects
Commit ba4f8944 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add pytest for getBag

parent 42517ba5
Branches
Tags
2 merge requests!37v0.0.1,!11Develop
Pipeline #5662 failed with stage
...@@ -6,7 +6,7 @@ from io import StringIO ...@@ -6,7 +6,7 @@ from io import StringIO
import os import os
test_output_path = os.path.dirname(os.path.abspath(__file__)) + \ test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'' '/../'
@pytest.mark.getBag @pytest.mark.getBag
def test_getBag(): def test_getBag():
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment