Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
76b2ff64
Commit
76b2ff64
authored
6 years ago
by
Nicolas KAROLAK
Browse files
Options
Downloads
Patches
Plain Diff
fix(tests): description standardization
parent
37258427
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/test_email.py
+1
-1
1 addition, 1 deletion
tests/test_email.py
tests/test_fail2ban.py
+1
-1
1 addition, 1 deletion
tests/test_fail2ban.py
tests/test_postgresql.py
+1
-1
1 addition, 1 deletion
tests/test_postgresql.py
with
3 additions
and
3 deletions
tests/test_email.py
+
1
−
1
View file @
76b2ff64
...
...
@@ -2,7 +2,7 @@
"""
Criticality: High
Check that emails can be sent.
Check
s
that emails can be sent.
"""
from
pathlib
import
Path
...
...
This diff is collapsed.
Click to expand it.
tests/test_fail2ban.py
+
1
−
1
View file @
76b2ff64
#!/usr/bin/env python3
"""
Criticality: Low
This test c
heck the current state of the fail2ban service.
C
heck
s
the current state of the fail2ban service.
"""
from
pathlib
import
Path
...
...
This diff is collapsed.
Click to expand it.
tests/test_postgresql.py
+
1
−
1
View file @
76b2ff64
#!/usr/bin/env python3
"""
Criticality: High
This test c
heck the current state of the PostgreSQL database cluster.
C
heck
s
the current state of the PostgreSQL database cluster.
"""
from
pathlib
import
Path
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment