Run geometry tests only on windows #542
Labels
refactoring
A proposal to refector or generally improve the code
tests
Issues with test code and resources
Milestone
The geometry tests ensure that the diagram renders properly. For this purpose it uses pixel coordinates. Because of system fonts and other environment configuration details, these coordinates vary from OS to OS. The current solution is to add values for all 3 main OSes, which is extremely cumbersome and does not provide much value because the underlying geometry calculations are OS-independent. Instead, we will run the tests only on Windows.
The text was updated successfully, but these errors were encountered: