RedHatQE / widgetastic.patternfly

Library of Patternfly widgets for Widgetastic.
Other
13 stars 29 forks source link

[RFR] Use pytest_httpserver instead of pytest-localserver #123

Closed jarovo closed 4 years ago

jarovo commented 4 years ago

Changing the localserver to pytest_httpserver to allow running the tests on different machine than the browser is running on (a selenium container) (this allows to set host and port to listen on with PYTEST_HTTPSERVER_HOST PYTEST_HTTPSERVER_PORT env vars).

It would probably good to merge https://github.com/RedHatQE/widgetastic.patternfly/pull/122 first to remove ignoring of the failing tests.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 52.839% when pulling 5646879bff673571522ece1792df95b1344e21c0 on jaryn:localserver_to_httpserver into 4b32fa79ba0bbbbf3871704e3eaf6918ce5c02c9 on RedHatQE:master.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.1%) to 52.973% when pulling 5646879bff673571522ece1792df95b1344e21c0 on jaryn:localserver_to_httpserver into 4b32fa79ba0bbbbf3871704e3eaf6918ce5c02c9 on RedHatQE:master.