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

Add "point style" image tests #5629

Merged
merged 2 commits into from Jul 29, 2018

Commits on Jul 29, 2018

  1. Add "point style" image tests

    Replace the old style canvas "mock" context checks by image based unit tests which are easier to maintain and allow more flexibility in the drawing logic since we are not testing the context calls but the final painted result.
    simonbrunel committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    7a5515b View commit details
    Browse the repository at this point in the history
  2. Disable hardware acceleration for unit tests

    Explicitly disable hardware acceleration to make image diff more stable when ran on Travis and dev machine.
    simonbrunel committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    35dc937 View commit details
    Browse the repository at this point in the history