Commit graph

11 commits

Author SHA1 Message Date
Erik Ogenvik
a60b6cc44b Fixed tests when Python is provided by Conan. 2023-05-31 00:47:49 +02:00
Erik Ogenvik
7fcf0c34d1 Envelope router ids in one single struct.
Since the string and the integer always go together.
2022-07-04 15:37:51 +02:00
Erik Ogenvik
c108319878 Implement "actions" property for triggering client animations. 2021-07-25 22:31:41 +02:00
Erik Ogenvik
b0d891fa9a Moved common Python stuff to "pythonbase" lib. 2021-06-27 17:00:34 +02:00
Erik Ogenvik
e4a8593bc1 Removed reference to stub. 2021-05-29 23:24:39 +02:00
Erik Ogenvik
7026afd547 Use older method that exists on all Python versions. 2021-05-29 16:36:59 +02:00
Erik Ogenvik
458b6f8536 Fixed various memory leak issues throughout the code. 2021-05-27 17:38:58 +02:00
Erik Ogenvik
0791649ccc Fixed various memory leaks.
We want our tests to properly clean up so we can use them to find memory leaks.
2021-05-18 22:09:57 +02:00
Erik Ogenvik
9fc23d1ca6 Clean up all objects before shutting down Python.
Otherwise there will be errors with Python 3.9+.
2021-01-25 23:27:17 +01:00
Erik Ogenvik
475a4b091f Fixed issues with applying modifiers. 2020-03-31 22:39:59 +02:00
Erik Ogenvik
7534fee4e3 Arrange tests better and remove obsolete and unused stuff. 2020-01-20 23:17:55 +01:00
Renamed from tests/TaskTest.cpp (Browse further)