Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
Git Lab
Commits
215f36d9
Unverified
Commit
215f36d9
authored
Oct 09, 2021
by
Leon Morten Richter
Browse files
Fix missing module due do invalid path
parent
dd782654
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_issue.py
View file @
215f36d9
import
sys
import
os
import
unittest
from
io
import
StringIO
from
unittest.mock
import
MagicMock
,
patch
sys
.
path
.
append
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
+
"/../"
)
from
lab.issue
import
IssueConnection
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment