[config/dx] bundle a default fs (and http?) service if none is provided (#179)

This commit is contained in:
Romain Dorgueil
2017-10-05 07:17:16 +02:00
parent f7cf7ca482
commit b2f93b2416
13 changed files with 69 additions and 16 deletions

View File

@ -3,7 +3,6 @@ import runpy
import sys
from unittest.mock import patch
import pathlib
import pkg_resources
import pytest