Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Graydon
slapos.core
Commits
ace93091
Commit
ace93091
authored
Feb 01, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix skip.
Argument is required.
parent
0f14a7fe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
master/product/Vifib/tests/testVifibSlapBang.py
master/product/Vifib/tests/testVifibSlapBang.py
+1
-2
master/product/Vifib/tests/testVifibXHTML.py
master/product/Vifib/tests/testVifibXHTML.py
+1
-1
No files found.
master/product/Vifib/tests/testVifibSlapBang.py
View file @
ace93091
...
...
@@ -299,8 +299,7 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
sequence_list
.
addSequenceString
(
sequence_string
)
sequence_list
.
play
(
self
)
# Computer owner cannot do bang yet
@
skip
@
skip
(
'Computer owner cannot do bang yet'
)
def
test_admin_bang_computer_complex_tree
(
self
):
"""Checks that bangs works on complex tree
...
...
master/product/Vifib/tests/testVifibXHTML.py
View file @
ace93091
...
...
@@ -112,7 +112,7 @@ class TestVifibXHTML(testVifibMixin):
error_list
.
append
(
form_path
)
self
.
assertEquals
(
error_list
,
[])
@
skip
@
skip
(
'Skipped.'
)
def
test_configurationOfFieldLibrary
(
self
):
self
.
login
()
error_list
=
[]
...
...
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