Skip to content

Commit

Permalink
Merge pull request #6 from ASIDataScience/fix-test-error
Browse files Browse the repository at this point in the history
Fix broken cli tests and move cli tests to the right subpackage
  • Loading branch information
pbugnion authored Apr 30, 2018
2 parents c010f78 + ae32572 commit a933fe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Empty file added sml_sync/cli/tests/__init__.py
Empty file.
6 changes: 3 additions & 3 deletions sml_sync/tests/test_cli.py → sml_sync/cli/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

import pytest

from .. import cli
from ... import cli
from .. import models
from ..cli.config import FileConfiguration
from ..cli.projects import Project
from ..config import FileConfiguration
from ..projects import Project


@contextmanager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import pytest

from ..cli.config import get_config, FileConfiguration
from ..config import get_config, FileConfiguration


# Note that, for compatibility with Python3.5, the local directory
Expand Down

0 comments on commit a933fe8

Please sign in to comment.