Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@T4rk1n T4rk1n released this 05 Jan 18:09
· 216 commits to master since this release

Added

  • Base exception type: PytestDashError #23
  • DashAppLoadingError #23
    • Display the body html
    • Display console logs
    • Catch common errors early. #33
    • Loop wait_for #_dash-app-content and retry the url. #33
    • Added start_wait_time and start_timeout to dash_threaded #33
  • Add port option to dash_threaded and dash_subprocess. #28
  • Add start_wait_time option to dash_threadred for waiting after starting the thread, default to 1 sec. #28
  • Add more wait_for wrappers #41
    • wait_for_style_to_equal
    • wait_for_property_to_equal
    • wait_for_element_by_*

Fixed

  • dash_subprocess uses _wait_for_client_app_started instead of polling the output, fix subprocess tests on circle #13, #43