Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
Kirill Smelkov
slapos
Commits
39bd7525
Commit
39bd7525
authored
1 year ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f9dc0170
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
software/ors-amarisoft/test/test.py
software/ors-amarisoft/test/test.py
+6
-7
software/ors-amarisoft/test/test.sh
software/ors-amarisoft/test/test.sh
+1
-1
No files found.
software/ors-amarisoft/test/test.py
View file @
39bd7525
...
...
@@ -800,10 +800,9 @@ class TestAssertMatch(unittest.TestCase):
]
for
mok
,
v
,
vok
in
testv
:
if
mok
:
assertMatch
(
t
,
v
,
vok
)
else
:
t
.
assertRaises
(
t
.
failureException
,
assertMatch
,
t
,
v
,
vok
)
# XXX test for assertMatch
with
t
.
subTest
(
mok
=
mok
,
v
=
v
,
vok
=
vok
):
if
mok
:
assertMatch
(
t
,
v
,
vok
)
else
:
t
.
assertRaises
(
t
.
failureException
,
assertMatch
,
t
,
v
,
vok
)
This diff is collapsed.
Click to expand it.
software/ors-amarisoft/test/test.sh
View file @
39bd7525
...
...
@@ -27,4 +27,4 @@ export SLAPOS_TEST_LOG_DIRECTORY=`pwd`/snapshot
#time ../k/kpython_for_test -m unittest discover -vf -k TestUEsim_Lopcomm
#time ../k/kpython_for_test -m unittest discover -vf -k TestUEsim_Sunwave
#time ../k/kpython_for_test -m unittest discover -vf -k TestUEsim_RUMultiType
time
../k/kpython_for_test
-m
unittest discover
-v
f
-k
TestAssert
time
../k/kpython_for_test
-m
unittest discover
-v
-k
TestAssert
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