Skip to content
Snippets Groups Projects
Commit 4858e3e4 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

isort test_webservice.py

parent 1f64088b
No related branches found
No related tags found
1 merge request!435Use asyncio subprocess interface in webservice code
import sys
from pathlib import Path
from testpath import MockCommand
from unittest import mock
import pytest
from testpath import MockCommand
sys.path.insert(0, Path(__file__).parent / 'webservice')
from webservice.webservice import (
check_files, merge, parse_config, wait_on_transfer,
)
from webservice.webservice import (check_files, merge, parse_config,
wait_on_transfer)
def test_check_files():
......
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