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

Add pytest for getBag

parent 60fc625d
Branches
Tags
2 merge requests!37v0.0.1,!11Develop
Pipeline #5661 failed with stage
in 2 minutes and 55 seconds
...@@ -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