Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
nm.debian.org
Commits
dae96feb
Commit
dae96feb
authored
Apr 21, 2020
by
Enrico Zini
Browse files
Removed the last of textfixtures uses. refs:
#5
parent
f57c7054
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dae96feb
...
...
@@ -15,7 +15,6 @@
gnupg
debian-keyring
python3-git
python3-testfixtures
libjs-bootstrap4
fonts-fork-awesome
libjs-jquery-datatables
...
...
dsa/tests/test_housekeeping.py
View file @
dae96feb
...
...
@@ -7,7 +7,6 @@ import backend.const as const
from
process.models
import
Process
from
sitechecks.models
import
Inconsistency
from
unittest
import
mock
from
testfixtures
import
LogCapture
class
MockHousekeeper
:
...
...
@@ -124,15 +123,15 @@ class TestCheckLDAPConsistency(ProcessFixtureMixin, TestCase):
MockEntry
(
"dd_u"
,
supplementaryGid
=
[
"Debian"
],
cn
=
"tcn"
,
mn
=
"tmn"
,
sn
=
"tsn"
,
emailForward
=
"test@example.org"
,
accountStatus
=
None
)
]
with
LogCapture
()
as
l
c
:
with
self
.
assertLogs
()
as
l
og
:
self
.
hk
.
run
(
CheckLDAPConsistency
)
lc
.
check
(
(
"dsa.housekeeping
"
,
"INFO"
,
"None
: dd_u changing email_ldap from dd_u@example.org
to test@example.org
"
"
(source: LDAP)"
)
,
(
'dsa.housekeeping
'
,
'INFO'
,
'None
: dd_u changing cn from Dd_u to tcn (source: LDAP)'
)
,
(
'dsa.housekeeping
'
,
'INFO'
,
'None
: dd_u changing mn from to tmn (source: LDAP)'
)
,
(
'dsa.housekeeping
'
,
'INFO'
,
'None
: dd_u changing sn from to tsn (source: LDAP)'
)
,
)
self
.
assertEqual
(
log
.
output
,
[
"
INFO:
dsa.housekeeping
:test.CheckLDAPConsistency
: dd_u changing email_ldap from dd_u@example.org"
" to test@example.org
(source: LDAP)"
,
'
INFO:
dsa.housekeeping
:test.CheckLDAPConsistency
: dd_u changing cn from Dd_u to tcn (source: LDAP)'
,
'
INFO:
dsa.housekeeping
:test.CheckLDAPConsistency
: dd_u changing mn from to tmn (source: LDAP)'
,
'
INFO:
dsa.housekeeping
:test.CheckLDAPConsistency
: dd_u changing sn from to tsn (source: LDAP)'
,
]
)
p
=
self
.
persons
.
dd_u
p
.
refresh_from_db
()
...
...
test-instance/deploy.yml
View file @
dae96feb
...
...
@@ -48,7 +48,6 @@
-
gnupg
-
debian-keyring
-
python3-git
-
python3-testfixtures
-
libjs-bootstrap4
-
fonts-fork-awesome
-
libjs-jquery-datatables
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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