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 (Expand)Author
2021-12-28Search/replace Qt5->Qt6.Remco Burema
2021-11-22Remove unnecessary importGhostkeeper
2021-11-22Fix assertion of resulting profile via callbackGhostkeeper
2021-11-22Fix patching of getUserProfileGhostkeeper
2021-11-22Fix checking return values in log-in/log-out flow testGhostkeeper
2021-11-22Remove test simulating request error in user profileGhostkeeper
2021-11-22Fix test checking for failure of refresh token to reset authGhostkeeper
2021-11-22Also mock POST command and a failed responseGhostkeeper
2021-11-22Simulate an actual expired authentication tokenGhostkeeper
2021-11-22Mock HttpRequestManager getting the profile with refresh tokenGhostkeeper
2021-11-22Rewrite test to mock HttpRequestManager with authentication failureGhostkeeper
2021-11-22Actually mock a reply from the auth serverGhostkeeper
2021-11-22Use docstring format for this documentationGhostkeeper
2021-11-22Test for result of callback with a callableGhostkeeper
2021-08-09Fix failing testKonstantinos Karmas
2021-04-26Fix test_wrongServerResponsesGabriel FĂ©ron
2020-05-12Fix description comment of _generate_auth_url()Kostas Karmas
2020-05-12Transfer the generation of the auth link into its own functionKostas Karmas
2019-08-15Fix OAuth2 testLipu Fei
2019-05-21Change instances of assert_called_once to assert_called_once_withJaime van Kessel
2019-05-17Expand the oath tests with some extra failure casesJaime van Kessel
2019-05-17Added some tests for unhappy path of OAuthJaime van Kessel
2019-02-09Fix unit testsChrisTerBeke
2018-09-28Fix refactor and testsLipu Fei
2018-09-27Add extra unit test that tests the storing and loading of data to the prefere...Jaime van Kessel
2018-09-27Change callback for succes / failure to the new locationJaime van Kessel
2018-09-26Switch unit test to use decoratior instead of with waterfallJaime van Kessel
2018-09-24Typing fixesJaime van Kessel
2018-09-24Add LocalAuthServer testJaime van Kessel
2018-09-24Added unit tests for authorization serviceJaime van Kessel