docker-py/tests/integration
Sebastiaan van Stijn fb974de27a
tests/integration: fix flake8 failures (E721 do not compare types)
Run flake8 docker/ tests/
      flake8 docker/ tests/
      shell: /usr/bin/bash -e {0}
      env:
        DOCKER_BUILDKIT: 1
        pythonLocation: /opt/hostedtoolcache/Python/3.11.4/x64
        PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.4/x64/lib/pkgconfig
        Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.4/x64
        Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.4/x64
        Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.4/x64
        LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.4/x64/lib
    tests/integration/api_container_test.py:1395:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
    tests/integration/api_container_test.py:1408:24: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
    tests/integration/api_image_test.py:35:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
    tests/integration/api_image_test.py:46:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
    Error: Process completed with exit code 1.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-14 10:26:36 +02:00
..
credentials fix(store): warn on init instead of throw (#3080) 2023-01-10 17:45:25 -05:00
testdata/dummy-plugin Add create_plugin implementation 2017-02-09 17:58:05 -08:00
__init__.py Remove unused files 2015-11-12 11:21:37 -08:00
api_build_test.py build: trim trailing whitespace from dockerignore entries (#2733) 2022-07-29 15:33:23 -04:00
api_client_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
api_config_test.py lint: fix outstanding flake8 violations 2022-07-26 13:48:47 -04:00
api_container_test.py tests/integration: fix flake8 failures (E721 do not compare types) 2023-08-14 10:26:36 +02:00
api_exec_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
api_healthcheck_test.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-08-10 19:11:58 +02:00
api_image_test.py tests/integration: fix flake8 failures (E721 do not compare types) 2023-08-14 10:26:36 +02:00
api_network_test.py Merge remote-tracking branch 'upstream/main' into connect-with-mac 2022-08-12 09:21:51 -04:00
api_plugin_test.py api: add force to plugin disable (#2843) 2022-07-29 14:51:43 -04:00
api_secret_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
api_service_test.py api: add `status` parameter to services list (#3093) 2023-02-16 10:38:52 -05:00
api_swarm_test.py swarm: add support for DataPathPort on init (#2987) 2022-08-12 09:58:57 -04:00
api_volume_test.py test: use anonymous volume for prune (#3051) 2022-10-05 13:54:45 -04:00
base.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
client_test.py Allow cancelling the streams from other threads 2018-03-20 09:25:29 +01:00
conftest.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
context_api_test.py add test for context load without orchestrator 2020-06-02 10:50:03 +02:00
errors_test.py Update alpine version to 3.10, and rename BUSYBOX variable 2019-08-10 19:11:58 +02:00
models_containers_test.py Change use_config_proxy default value to True to match CLI behavior 2019-05-01 20:52:01 -07:00
models_images_test.py use python3.6+ constructs 2021-07-05 18:30:07 -04:00
models_networks_test.py Fixing integration tests 2017-11-19 21:03:07 +00:00
models_nodes_test.py Use unambiguous advertise-addr when initializing a swarm 2017-11-07 15:18:26 -08:00
models_resources_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
models_services_test.py api: add rollback_config to service create (#2917) 2022-07-29 14:54:55 -04:00
models_swarm_test.py Add test for join on already joined swarm 2019-05-01 10:24:50 +02:00
models_volumes_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
regression_test.py test: mark invalid test as xfail 2022-07-26 13:00:49 -04:00