Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos.toolbox
Commits
bdce6e76
Commit
bdce6e76
authored
Nov 27, 2021
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test_rdiffBackupStat2RSS: drop broken Option.__setitem__
this code referenced non existing variables, it was not used
parent
14d34d27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
slapos/test/test_rdiffBackupStat2RSS.py
slapos/test/test_rdiffBackupStat2RSS.py
+3
-4
No files found.
slapos/test/test_rdiffBackupStat2RSS.py
View file @
bdce6e76
...
...
@@ -7,10 +7,9 @@ import unittest
from
slapos.resilient.rdiffBackupStat2RSS
import
genRSS
class
Option
(
dict
):
def
__init__
(
self
,
**
kw
):
self
.
__dict__
.
update
(
kw
)
def
__setitem__
(
i
,
y
):
self
.
__dict__
[
i
]
=
y
def
__init__
(
self
,
**
kw
):
self
.
__dict__
.
update
(
kw
)
class
TestRdiffBackupStat2RSS
(
unittest
.
TestCase
):
def
setUp
(
self
):
...
...
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