Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cassandra
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
utmpn
cassandra
Commits
e5f771c2
Commit
e5f771c2
authored
Apr 04, 2018
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete test assuming not to be run as root
parent
779480ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
tests/test_cssread.py
tests/test_cssread.py
+0
-2
No files found.
tests/test_cssread.py
View file @
e5f771c2
...
...
@@ -118,8 +118,6 @@ class CssreadTestCase(unittest.TestCase):
self
.
assertListEqual
(
res
[
0
],
self
.
header_names
)
with
self
.
assertRaises
(
ValueError
):
cassandra
.
css_read
.
_header
(
"/dev/null"
)
with
self
.
assertRaises
(
PermissionError
):
cassandra
.
css_read
.
_header
(
"/etc/shadow"
)
def
test_load_css_data
(
self
):
res_np
=
cassandra
.
css_read
.
load_css_data
(
self
.
tmpfile
)
...
...
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