-
The Debian autobuilders build each package for various architectures. In the case of the perceptualdiff package, I enabled running the test script `test/run_tests.bash` during the build, in version 2.…
barak updated
3 years ago
-
First of all, thanks for the nice tool!
We are using it in a Jenkins CI setup, and the screenshots path happens to have spaces.
This is causing the perceptualdiff command to parse the --output param…
-
Any thoughts into making this into a docker image, so it's really easy to test/play with?
I just tried and failed :( I'm soooo not experienced with c++ etc... so I've messed something up, obviously…
-
For some tests (like checking if hints are drawn at the right position), comparing screenshots of widgets would be a nice thing to have in the testsuite.
I've had this in my mind for months and I'm…
-
main 2 I think is the most important to point out
- [CVE-2023-47994]
- [CVE-2023-47992]
both of these can run arbitrary code one of them being from the BMP plugin
so I am assuming a person coul…
-
-
Some AudioLazy methods lacks automated testing. Coveralls says the least covered file is the lazy_filters.py, and most of the tests it's lacking is about its interface with Matplotlib.
It seems diffi…
-
I ran my tests on:
- Ubuntu 13.04 with a 1024 x 768 browser size
- Through pyvirtualdisplay (using Xvfb on Ubuntu 13.04) with a 1024 x 768 browser size
The height of the captured images were 3 pixels…
-
* Currently pgraph test results are not being checked against anything. Need to add expected images for comparison.
* Need to deploy perceptual diff tool to Windows
-
Hi there,
I am using nose in conjunction with needle (https://github.com/mozzymoz/needle/tree/develop). In my project I let a script generate my test files from which I inherit to make some customizat…