Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2021-09-07Fix various typosluz paz
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2020-08-28Merge pull request #8196 from Ultimaker/speed_up_ciJelle Spijker
Speed up ci
2020-08-20Also use FindPythonInterp when gathering the testsGhostkeeper
2020-08-14Move codestyle to the begining of the testsJaime van Kessel
Since it's one of the more expensive tests, it might actually knock off a few seconds
2020-08-14Add option to not print the list of plugins installed.Jaime van Kessel
This should make it a lot easier to read the test output
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-28Convert remaining doxygen to rstNino van Hooff
2020-01-20Update invalid imports checker documentationNino van Hooff
Makes it consistent with other checkers we already have
2020-01-20Rewrite invalid imports checker to PythonNino van Hooff
Makes it consistent with other checkers we already have
2019-10-29Use Doxygen-style docsLipu Fei
CURA-6557
2019-10-28Add more docsLipu Fei
CURA-6557
2019-10-28Add CMake options to exclude plugins for installationLipu Fei
CURA-6557
2019-07-24Remove verobse flags for pytestLipu Fei
2019-04-03Fix CI on hal9000Lipu Fei
2019-04-03Use GitLab CILipu Fei
2018-11-19Add option test-verbose build option to CuraTestsJaime van Kessel
2018-10-18Move shortcut keys test to CMakeGhostkeeper
So that when you run tests locally, you also test this one.
2018-09-27Verbose output for Linux CILipu Fei
2018-05-04Run Mypy as normal automated testGhostkeeper
This tests all code for good style. Contributes to issue CURA-5330.
2017-12-30Fix PYTHONPATH pass-throughRuben D
This makes sure that any pythonpath on the user's environment is also used for these tests. The same fix as here: https://github.com/Ultimaker/Uranium/commit/31106cd60af774d8cd0ed24e18615a6491212b34
2017-12-30Fix testing whether tests exist on older CMakeRuben D
The string equality works on the 3.6 but not on 3.5. This works on 3.5, so I hope it also works on 3.6 (but I don't have that computer with me right now).
2017-12-29Don't halt build when encountering duplicate testsGhostkeeper
I had duplicate tests because multiple plug-ins were interfering with each other. We shouldn't crash on that. Contributes to issue CURA-4692.
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-03-16Fix passing PYTHONPATH to pytest on WindowsJack Ha
2017-03-15PYTHONPATH uses a platform dependent path separator after allArjen Hiemstra
2017-03-15Do not hardcode the path to Uranium but use a cache variableArjen Hiemstra
This allows us to override the uranium dir and make sure it is still found even when it is not the same as "../uranium"
2017-03-14Fix finding Python and UraniumGhostkeeper
Otherwise all tests fail that require UM.
2017-03-13Add Uranium to PYTHONPATH for testingGhostkeeper
This 'assumes' you have Uranium as a sister-directory next to Cura. This is how it's always been. We should probably change that to a CMake variable some day.
2017-03-13Support running unit tests for plug-insGhostkeeper