Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
b7b3d908
Commit
b7b3d908
authored
Jun 24, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
28e813dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+5
-1
No files found.
wcfs/wcfs_test.py
View file @
b7b3d908
...
@@ -1266,7 +1266,7 @@ def test_wcfs_basic():
...
@@ -1266,7 +1266,7 @@ def test_wcfs_basic():
# verify that watch setup is robust to client errors/misbehaviour.
# verify that watch setup is robust to client errors/misbehaviour.
@
func
@
func
def
test_wcfs_
inv_
watch_robust
():
def
test_wcfs_watch_robust
():
t
=
tDB
();
zf
=
t
.
zfile
t
=
tDB
();
zf
=
t
.
zfile
defer
(
t
.
close
)
defer
(
t
.
close
)
...
@@ -1332,7 +1332,11 @@ def test_wcfs_inv_watch_robust():
...
@@ -1332,7 +1332,11 @@ def test_wcfs_inv_watch_robust():
# verify that watch setup/update sends correct pins.
# verify that watch setup/update sends correct pins.
@
func
def
test_wcfs_watch_setup
():
def
test_wcfs_watch_setup
():
t
=
tDB
();
zf
=
t
.
zfile
defer
(
t
.
close
)
# some watch setup/update requests with explicit pinok (also partly
# some watch setup/update requests with explicit pinok (also partly
# verifies how tWatchLink.watch computes automatic pinok)
# verifies how tWatchLink.watch computes automatic pinok)
wl
=
t
.
openwatch
()
wl
=
t
.
openwatch
()
...
...
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