We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450a738 commit d92bb73Copy full SHA for d92bb73
2 files changed
tests/test_github.py
@@ -18,7 +18,7 @@
18
19
import mock
20
21
-from compat import unittest
+from tests.compat import unittest
22
23
from gitsome.github import GitHub
24
from tests.mock_feed_parser import MockFeedParser
tests/test_github_cli.py
@@ -17,7 +17,7 @@
17
from __future__ import print_function
from click.testing import CliRunner
0 commit comments