Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate autobahn tests with pytest #5809

Merged
merged 28 commits into from
Oct 6, 2021
Merged

Integrate autobahn tests with pytest #5809

merged 28 commits into from
Oct 6, 2021

Commits on Oct 6, 2021

  1. Integrate autobahn tests with pytest

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    ac864af View commit details
    Browse the repository at this point in the history
  2. Fix docker compose file paths

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    3ccc9d8 View commit details
    Browse the repository at this point in the history
  3. Fix typo in CHANGES file

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    989ec13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aea9cd1 View commit details
    Browse the repository at this point in the history
  5. Use pathlib instead of os

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    83e03e0 View commit details
    Browse the repository at this point in the history
  6. Use buildx instead of compose build

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    aee067d View commit details
    Browse the repository at this point in the history
  7. Regenerate dev requirements

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b09dab4 View commit details
    Browse the repository at this point in the history
  8. Rename changes file

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    0d14599 View commit details
    Browse the repository at this point in the history
  9. Use request fspath instead of hard coded path

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    4618687 View commit details
    Browse the repository at this point in the history
  10. Create a sepearte builder when building aiohttp

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    0a542ac View commit details
    Browse the repository at this point in the history
  11. Use subprocess instead of python-on-whales

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    52ecc3f View commit details
    Browse the repository at this point in the history
  12. Extract failed tests and make assertions on them

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b06819a View commit details
    Browse the repository at this point in the history
  13. Fix lint issues

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    0ef061e View commit details
    Browse the repository at this point in the history
  14. Fix fixture scope

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    8716e00 View commit details
    Browse the repository at this point in the history
  15. Add ports to docker-compose files

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    eedd7f1 View commit details
    Browse the repository at this point in the history
  16. Add wait-for-it package

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    43e04e0 View commit details
    Browse the repository at this point in the history
  17. Use xfail instead of fail

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    14a678b View commit details
    Browse the repository at this point in the history
  18. Use wstest cmd tool instead of the docker image

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    cf2a53b View commit details
    Browse the repository at this point in the history
  19. Fix lint issues

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    48335a5 View commit details
    Browse the repository at this point in the history
  20. Use assert statement with custom output

    Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
    Anes Abismail and webknjaz committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    bb91f0e View commit details
    Browse the repository at this point in the history
  21. Code cleanup

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    bc4b61f View commit details
    Browse the repository at this point in the history
  22. Use docker instead of docker-compose

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    23536f4 View commit details
    Browse the repository at this point in the history
  23. Add xfail decorator

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    7621634 View commit details
    Browse the repository at this point in the history
  24. Add tmp_path

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    2766902 View commit details
    Browse the repository at this point in the history
  25. Remove gitignore

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9d88325 View commit details
    Browse the repository at this point in the history
  26. Skip tests only on macOS

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    18dde32 View commit details
    Browse the repository at this point in the history
  27. Check if docker is available

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    55c59b2 View commit details
    Browse the repository at this point in the history
  28. Regenerate dev.txt

    Anes Abismail committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    c8efa78 View commit details
    Browse the repository at this point in the history