Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caucase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
caucase
Commits
2f0af261
Commit
2f0af261
authored
7 years ago
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: Increase coverage a bit more.
parent
27ba6401
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
caucase/test.py
caucase/test.py
+3
-1
No files found.
caucase/test.py
View file @
2f0af261
...
@@ -1711,13 +1711,15 @@ class CaucaseTest(unittest.TestCase):
...
@@ -1711,13 +1711,15 @@ class CaucaseTest(unittest.TestCase):
'--db'
,
server_db2
,
'--db'
,
server_db2
,
'--import-ca'
,
exported_ca
,
'--import-ca'
,
exported_ca
,
'--import-crl'
,
self
.
_client_crl
,
'--import-crl'
,
self
.
_client_crl
,
# Twice, for code coverage...
'--import-crl'
,
self
.
_client_crl
,
),
),
)
)
self
.
assertTrue
(
os
.
path
.
exists
(
server_db2
),
server_db2
)
self
.
assertTrue
(
os
.
path
.
exists
(
server_db2
),
server_db2
)
self
.
assertEqual
(
self
.
assertEqual
(
[
[
'Imported 1 CA certificates'
,
'Imported 1 CA certificates'
,
'Revoked 1 certificates (
0
were already revoked)'
,
'Revoked 1 certificates (
1
were already revoked)'
,
],
],
stdout
.
getvalue
().
splitlines
(),
stdout
.
getvalue
().
splitlines
(),
)
)
...
...
This diff is collapsed.
Click to expand it.
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