-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Knut.Test all together #49
Labels
🙋 good first issue
Good for newcomers
👷 refactor
Something needs to change
❌ wontfix
This will not be worked on
Milestone
Comments
narnaud
added
🙋 good first issue
Good for newcomers
👷 refactor
Something needs to change
labels
Jun 22, 2024
LeonMatthesKDAB
changed the title
Remove Script.Test all together
Remove Knut.Test all together
Jul 9, 2024
LeonMatthesKDAB
added a commit
to LeonMatthesKDAB/knut
that referenced
this issue
Jul 9, 2024
We can replace this with QtTest in Qt6. Fix KDAB#49
LeonMatthesKDAB
added a commit
to LeonMatthesKDAB/knut
that referenced
this issue
Jul 9, 2024
We can replace this with QtTest in Qt6. Fix KDAB#49
Abandon for now, as explained in #96 |
narnaud
added a commit
to narnaud/knut
that referenced
this issue
Jul 10, 2024
This change generalize the `test` function for script, allowing to have multiple test functions. Also remove the Knut.Test module, not needed anymore. This makes the whole testing more streamline, and easier to work with. - remove the `Knut.Test` module and `TestCase` item - add `compare` and `verify` to `Script` and `ScriptDialog` - run all methods starting with `test_` in test mode - don't run `test` anymore (breaking change here), as it does not make sense to have a special case for this. Related to KDAB#49
narnaud
added a commit
to narnaud/knut
that referenced
this issue
Jul 10, 2024
This change generalize the `test` function for script, allowing to have multiple test functions. Also remove the Knut.Test module, not needed anymore. This makes the whole testing more streamline, and easier to work with. - remove the `Knut.Test` module and `TestCase` item - add `compare` and `verify` to `Script` and `ScriptDialog` - run all methods starting with `test_` in test mode - don't run `test` anymore (breaking change here), as it does not make sense to have a special case for this. Related to KDAB#49
narnaud
added a commit
to narnaud/knut
that referenced
this issue
Jul 10, 2024
This change generalize the `test` function for script, allowing to have multiple test functions. Also remove the Knut.Test module, not needed anymore. This makes the whole testing more streamline, and easier to work with. - remove the `Knut.Test` module and `TestCase` item - add `compare` and `verify` to `Script` and `ScriptDialog` - run all methods starting with `test_` in test mode - don't run `test` anymore (breaking change here), as it does not make sense to have a special case for this. Related to KDAB#49
narnaud
added a commit
that referenced
this issue
Jul 10, 2024
This change generalize the `test` function for script, allowing to have multiple test functions. Also remove the Knut.Test module, not needed anymore. This makes the whole testing more streamline, and easier to work with. - remove the `Knut.Test` module and `TestCase` item - add `compare` and `verify` to `Script` and `ScriptDialog` - run all methods starting with `test_` in test mode - don't run `test` anymore (breaking change here), as it does not make sense to have a special case for this. Related to #49
dfaure-kdab
pushed a commit
that referenced
this issue
Jul 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🙋 good first issue
Good for newcomers
👷 refactor
Something needs to change
❌ wontfix
This will not be worked on
We don't need that anymore, there's a TestCase directly in Qt using QTest:
https://doc.qt.io/qt-6/qml-qttest-testcase.html
The text was updated successfully, but these errors were encountered: