Diff E2E Test Cases - gpaOliveira/SuperDiffer GitHub Wiki

Obtained from file: SuperDiffer/tests/test_diff_e2e.py

Test cases to verify if the endpoints can be used together safelly to load images as base64 values

[END_TO_END_TESTS] diff e2e lenna1 left right method

  • Given Lenna1 is loaded on left and right
  • When the diff is returned
  • Then no difference is found

[END_TO_END_TESTS] diff e2e lenna1 left lenna2 right method

  • Given Lenna1 is loaded on left and right
  • When the diff is returned
  • Then no difference is found