Conversationhandler class tests - #50
Merged
Merged
Conversation
Zargess
force-pushed
the
dev/zargess/server-tests
branch
from
July 16, 2025 14:37
cb7c198 to
1095490
Compare
Zargess
force-pushed
the
dev/zargess/conversationhandler-tests
branch
from
July 16, 2025 14:48
3033926 to
1f660b6
Compare
Zargess
force-pushed
the
dev/zargess/server-tests
branch
from
August 10, 2025 12:12
1095490 to
f4a4741
Compare
Zargess
force-pushed
the
dev/zargess/conversationhandler-tests
branch
2 times, most recently
from
August 10, 2025 12:17
dbbec29 to
0d4b68a
Compare
Collaborator
Author
|
Made the following changes:
The three last points is to improve pitest coverage |
miniwolf
approved these changes
Aug 31, 2025
Testing the ConversationHandler class to 100% test and pitest coverage
## Move running field Removed the running fields for all Workers and the Server class. Now the running field is contained in the CheckFieldRunningStrategy. ## Stop IsRunningStrategy The IsRunningStrategy now has a function to stop the strategy. In the CheckFieldRunningStrategy it sets the running field to false.
Zargess
force-pushed
the
dev/zargess/conversationhandler-tests
branch
from
September 16, 2025 15:00
0d4b68a to
a0a5691
Compare
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
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.
Testing ConversationHandler class to 100% test and pitest coverage