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

Add pytest for getBag

parent beae6362
2 merge requests!37v0.0.1,!11Develop
Pipeline #5659 passed with stage
in 10 minutes and 40 seconds
#!/usr/bin/env python3
import pytest
import pandas as pd
from io import StringIO
import os
test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'.'
@pytest.mark.getBag
def test_getBag():
assert os.path.exists(os.path.join(test_output_path, 'Replicate_16-1ZX4.zip'))
\ No newline at end of file
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