Auto upload missing images

This commit is contained in:
Julien Duponchelle
2016-06-07 19:38:01 +02:00
parent 972cbd0594
commit 08e482004f
15 changed files with 194 additions and 65 deletions

View File

@ -19,7 +19,9 @@ import os
import pytest
import aiohttp
from gns3server.utils.path import check_path_allowed, get_default_project_directory
from gns3server.utils import force_unix_path
def test_check_path_allowed(config, tmpdir):