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
AgeCommit message (Collapse)Author
2019-10-01Fix TestIntentManagerLipu Fei
2019-09-27Fix structure of mock container treeGhostkeeper
Found during testing and tooling.
2019-09-27Fix missing intent in mock and missing quality_typeGhostkeeper
These are used by the code. Otherwise there would be an AttributeError of 'intent' not existing, and the quality type in the quality node wouldn't match because it's a magic mock.
2019-09-23Fix unit testJaime van Kessel
2019-09-23Partial fix for intent manager not finding correct profile in testGhostkeeper
Only in test.
2019-09-23Mock ContainerTree instead of ContainerRegistry to test intent managerGhostkeeper
Because now it relies on the container tree instead of querying the registry anew every time.
2019-08-26Fix tests mocking container tree instead of quality managerGhostkeeper
Contributes to issue CURA-6600.
2019-08-12Fix intentManager testJaime van Kessel
Since we changed how the QualityManager is constructed, the test should change as well CURA-6600
2019-07-09Rename function name and fix testsLipu Fei
CURA-6597
2019-07-04Code style: Space around binary operatorsGhostkeeper
Contributes to issue CURA-6597.
2019-07-02Fixed test 'selectIntent' for IntentManager-tests.Remco Burema
part of CURA-6091
2019-07-02Refactor: Split up single test method in smaller ones.Remco Burema
part of CURA-6091
2019-06-28Start to test other IntentManager functions.Remco Burema
Very rudimentary at the moment, need to split the method into 3, and make a class for the setup. This also uncovered that the currentAvailableIntents doesn't (unless the global stack is missing) retrun any default intents, while currentAvailableIntentCategories does do that. Since it's not clear how we're going to handle that right now, I made a TODO in the code, which of course will have to be fixed before this/these branch/es are merged. part of CURA-6091
2019-06-28First OK test-case for 'currentAvailableIntents'.Remco Burema
part of CURA-6091
2019-06-27Added (partial) test for 'currentAvailableIntents'.Remco Burema
part of CURA-6091
2019-06-21Refactor: Move common fixtures to 'conftest'.Remco Burema
Part of CURA-6091.
2019-06-21Add unit-test for .intentCategoriesRemco Burema
Part of CURA-6091.
2019-06-20Add TestIntentManager (mostly a dummy file), prevents future conflicts. ↵Remco Burema
[CURA-6091]