-
Notifications
You must be signed in to change notification settings - Fork 9
Split tests into two packages and create new mock cores #384
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73f7042
to
493fd78
Compare
permler
reviewed
Jun 7, 2021
packages/TelegramClientTests-Core.package/TCTCCoreResource.class/instance/core..st
Outdated
Show resolved
Hide resolved
permler
reviewed
Jun 7, 2021
packages/TelegramClientTests-Core.package/TCTCCoreResource.class/instance/tearDown.st
Outdated
Show resolved
Hide resolved
permler
reviewed
Jun 7, 2021
packages/TelegramClientTests-Core.package/TCTCCoreTests.class/instance/testLoggedInUserID.st
Outdated
Show resolved
Hide resolved
jb3rndt
pushed a commit
that referenced
this pull request
Jun 10, 2021
* move UI tests into TCTUTest package * fix linter issue * add new packages to baseline * add test packages * add basic teleclient mock to allow testing core without tdlib * add CoreResource * fix auth tests and CoreResource * remove ensureAwaitingPhoneNumber * refactor tests * remove mocks from core package * structural changes to debug squot * add tests-misc package * add misc package at correct position in directory * add gitignore and fix .squot file * re-add files from file in * add tests-misc to baseline * add resources method on tdlib testcase * add message tests * refactor users tests as a NoTdlibTest * Code formatting, categorizing and fixing the linter * add UI package to coverage and adapt other pipelines to new naming and packages * take some tests out of authTests * rename screenshot file of testMessageShrinksCorrectly * Adding Tests for TCUModal and TCUTelegram and TCUAuthentication * fix linter tests * fix testTelegramOpensAuthentication Co-authored-by: Tom Richter <[email protected]> Co-authored-by: Jannis Berndt <[email protected]> (cherry-picked from commit bc4b053)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See https://github.com/hpi-swa-teaching/TelegramClient/wiki/Testing.