Commit Graph

7 Commits

Author SHA1 Message Date
pando85
917956cc2f Fix: aiohttp access_log duplicated if passed as argument
- Pop access_log option from aiohttp options
  - Add test to access_log options in aiohttp run
2019-12-24 14:24:14 +01:00
Daniel Grossmann-Kavanagh
5abdcbb859 Fix test that relies on the repo folder being named Connexion 2019-12-12 08:02:42 +00:00
drewdogg
16ef766b89 Fix unit tests on Windows (#1071) 2019-12-03 00:05:45 +01:00
Daniel Grossmann-Kavanagh
08e4536e5e bump and pin isort, apply all automatic fixes (#903)
Fixes the build.

Changes proposed in this pull request:
 - apply all of the isort changes that resulted from the latest version
 - pin to the latest version (4.3.15) so this doesn't happen again, unless we bump the version on purpose
2019-03-15 13:04:33 +01:00
Maksim Ekimovskii
2841697b9e aiohttp tests: simplify folder layout; naming refactoring. Small aiohttp_api refactoring + tests; Extend aiohttp swagger files and fake apis. Problem with request body for aiohttp handlers remains; 2018-02-03 17:40:03 +02:00
Diogo
fdaaa28d9b Changes:
- Added a note to create aiohttp handlers;
 - Added a new parameter on AioHttpApp.__init__ to choose create only one api. With this parameter we can create an api with a empty base_path;
 - Added exceptions messages on AioHttpApp.add_api method;
 - Created new tests for AioHttpApp.add_api.
2018-01-18 18:25:50 -02:00
Diogo Dutra
5ce51450fe Addded aiohttp support 2018-01-18 12:53:57 -02:00