Alexander Lohnau
c11051955d
Convert license headers to SPDX
5 years ago
Alexander Lohnau
823d2106ec
Run clang-format
...
If you want git blame to ignore formatting revisions run:
git config blame.ignoreRevsFile .git-blame-ignore-revs
5 years ago
David Edmundson
9f6db26dcc
Guard Applet->property("graphicsitem") in corona tests
9 years ago
Aleix Pol
ec31a50727
Add a test that adds a notification and closes it
...
Test Plan: Adds a test
Reviewers: #plasma, broulik, davidedmundson
Reviewed By: #plasma, davidedmundson
Subscribers: mart, mck182, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D6059
9 years ago
Aleix Pol
af026c3fa8
Fix testing when the test has qml syntax errors
...
Return failing instead of running the tests against the failed plasmoid.
Reviewed by David
9 years ago
Aleix Pol
fe5fac9003
Fix variable name and logic
9 years ago
Aleix Pol
8cc06c36c7
Small fix on test helper
...
Make sure we don't register tests twice
exit(0) when the test succeeds
9 years ago
Aleix Pol
6fefa27d1e
Infrastructure for Plasmoid integration testing
...
Makes it possible to test how/if a plasmoid behaves correctly on the most
similar environment possible to what the user would find on a production
system.
* Loads a plasmoid on a panel and the desktop.
* Lets it test his own stuff (loading test/test.qml within the plasma
package)
* Terminates with an error if it wasn't successful
REVIEW: 127346
10 years ago