Package: tina / 0.1.14-4

Metadata

Package Version Patches format
tina 0.1.14-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
test timeout.patch | (download)

tests/python/unit/mgr/util.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 raise a test timeout for busy environments
Bug-Debian: https://bugs.debian.org/1093891
test send keys wait.patch | (download)

tests/python/unit/combined/test_mgr_convert.py | 6 3 + 3 - 0 !
tests/python/unit/mgr/test_many.py | 6 3 + 3 - 0 !
tests/python/unit/mgr/test_simple.py | 33 14 + 19 - 0 !
tests/python/unit/mgr/util.py | 16 15 + 1 - 0 !
4 files changed, 35 insertions(+), 26 deletions(-)

 tests: wait a while after sending keys to tina
 Make the tests wait for a little while after each send-keys
 command to make it less probable that we check for something
 before tina has had a chance to do it in busy environments
 .
 Wait for a little longer when telling tina to save the database
 before we check the file on disk.
test capture pane.patch | (download)

tests/python/unit/mgr/util.py | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 yet another attempt to figure out what goes wrong
 Dump the contents of the tina pane on a test failure.