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

chore(tests): Make them work #558

Merged
merged 1 commit into from
Jun 16, 2022
Merged

chore(tests): Make them work #558

merged 1 commit into from
Jun 16, 2022

Commits on Jun 16, 2022

  1. chore(tests): Make them work

    There were several issues with these tests preventing them from working.
    
    * The parallelism caused port collision despite using a random port
    * The `run_before` section in tox.ini caused several issues in parallel
      as it was killing the testing harness for other tests while running
    * There is a bug in flask-restful which prevents it from correctly
      parsing args if you do not specify location and are running inside a
      virtual environment. flask-restful/flask-restful#936
    * Moto changed it's testing signature requiring arity of two.
    * The psycopg2 manually installed version doesn't seem to work correctly
      in the tests and there are comments saying as much
    bkochendorfer committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1f6089d View commit details
    Browse the repository at this point in the history