Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Fachschaftsrat Physik TUKL
Protokoll
protokoll_skript
Commits
bc7b54e0
Commit
bc7b54e0
authored
Jul 27, 2018
by
Lorenz Steinert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing
parent
dd6c5316
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/module/test.py
bin/module/test.py
+1
-1
No files found.
bin/module/test.py
View file @
bc7b54e0
...
...
@@ -31,7 +31,7 @@ class FsrLdapTest(unittest.TestCase):
open
(
"/tmp/python3-esme-testing/fsr"
,
'a'
).
close
()
open
(
"/tmp/python3-esme-testing/fsr_extern"
,
'a'
).
close
()
self
.
sharedir
=
"/tmp/python3-esme-testing"
self
.
conn
=
ldap
.
Connection
(
self
.
test_ldap_server
,
client_strategy
=
ldap
.
MOCK_SYNC
)
self
.
conn
=
ldap
.
Connection
(
self
.
test_ldap_server
.
server
,
client_strategy
=
ldap
.
MOCK_SYNC
)
def
con
(
self
,
*
arg
):
return
self
.
conn
...
...
Write
Preview
Markdown
is supported
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