grossmj
|
d3ea67da24
|
Refactor tests
* Use pytest-aiohttp
* Use the async def / await syntax.
* Fix tests to run with Python 3.8
|
2020-06-16 13:59:03 +09:30 |
|
grossmj
|
bc5eda8259
|
Restore previously removed test.
|
2018-11-20 14:36:18 +07:00 |
|
grossmj
|
c7b8c347d7
|
Remove problematic test when run on Travis.
|
2018-11-18 00:08:40 +07:00 |
|
grossmj
|
53f3821d41
|
Change test that randomly fails on Travis.
|
2018-11-17 23:23:28 +07:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +07:00 |
|
grossmj
|
902de3dd47
|
Refactor asyncio locking system for Python 3.7 support. Ref https://github.com/GNS3/gns3-gui/issues/2566 Ref https://github.com/GNS3/gns3-gui/issues/2568
|
2018-08-25 14:10:47 +07:00 |
|
grossmj
|
a3d1e865a8
|
Replace asyncio.async() by asyncio.ensure_future() in tests. Ref #2566.
|
2018-08-24 18:52:15 +07:00 |
|
Julien Duponchelle
|
434f6a70dd
|
Fix tests on Python 3.5 >=
|
2016-11-18 12:08:29 +01:00 |
|
Julien Duponchelle
|
72fe5d3489
|
Merge branch 'master' into 2.0
|
2016-08-29 14:08:23 +02:00 |
|
Julien Duponchelle
|
0eafb6f06c
|
Fix a lock issue with some virtualbox vm
Fix https://github.com/GNS3/gns3-gui/issues/1444
|
2016-08-29 10:51:50 +02:00 |
|
Julien Duponchelle
|
fa76b89731
|
Fix websocket error when closing the server
Fix #634
|
2016-08-19 11:20:56 +02:00 |
|
Julien Duponchelle
|
f0fad5289c
|
Correclty cleanup packet capture objects when closing server
Fix #592
|
2016-08-19 11:05:54 +02:00 |
|
Julien Duponchelle
|
e7ae1776f4
|
Final fixes for windows test suite
|
2015-04-27 23:28:12 +02:00 |
|
Julien Duponchelle
|
5a58f6efc8
|
Fix a crash with Python 3.4 when you stop IOU
http://bugs.python.org/issue23140
|
2015-02-26 11:29:57 +01:00 |
|
Julien Duponchelle
|
15f89776d3
|
All current iou code is async
|
2015-02-16 17:20:07 +01:00 |
|
Julien Duponchelle
|
4518404706
|
Run rmtree in a different thread
|
2015-01-26 12:10:30 +01:00 |
|