gns3-server/tests
grossmj 802959f9ab Merge branch 'master' into 3.0
# Conflicts:
#	dev-requirements.txt
#	gns3server/controller/__init__.py
#	gns3server/controller/appliance_manager.py
#	gns3server/controller/compute.py
#	gns3server/controller/topology.py
#	gns3server/handlers/api/compute/ethernet_switch_handler.py
#	gns3server/handlers/api/controller/link_handler.py
#	gns3server/handlers/api/controller/symbol_handler.py
#	gns3server/version.py
#	requirements.txt
#	tests/controller/test_export_project.py
#	tests/handlers/api/compute/test_qemu.py
#	tests/web/test_response.py
#	win-requirements.txt
2021-04-10 12:46:40 +09:30
..
api Fix tests and update requirements 2021-04-05 17:43:35 +09:30
compute Move endpoints to routes & preparations to use a database. 2020-11-19 15:21:03 +10:30
controller Fix tests and comment problematic ones that rely on AsyncioMagicMock 2021-04-09 11:57:29 +09:30
handlers/api/compute Merge branch 'master' into 3.0 2021-04-10 12:46:40 +09:30
resources Fix an issue when getting size from some SVG file 2017-02-20 17:25:26 +01:00
topologies Fix tests. Ref #1659 2019-10-08 17:34:16 +08:00
utils Add HTTP client to reuse the aiohttp session where needed. 2020-10-22 16:19:44 +10:30
web Merge branch 'master' into 3.0 2021-04-10 12:46:40 +09:30
__init__.py Rename vpcs_id to id. Must be an integer in the route definition. 2015-01-18 12:12:11 -07:00
conftest.py Save computes to database 2021-04-05 14:21:41 +09:30
test_config.py Migration to FastAPI 2020-10-02 16:07:50 +09:30
test_run.py Comment capsys tests 2020-06-16 21:27:49 +09:30
test_topologies.py Fix topology test 2019-05-26 15:55:29 +07:00
test_utils.py Refactor tests 2020-06-16 13:59:03 +09:30
utils.py Refactor tests 2020-06-16 13:59:03 +09:30