This repository was archived by the owner on May 29, 2024. It is now read-only.
Added mark for sequenced execution. Fixes #80#107
Open
norraxx wants to merge 3 commits intokevlened:masterfrom
Open
Added mark for sequenced execution. Fixes #80#107norraxx wants to merge 3 commits intokevlened:masterfrom
norraxx wants to merge 3 commits intokevlened:masterfrom
Conversation
|
I love this! How were you able to test this new feature? |
Author
|
I've downloaded the project, checkout the branch, builded it, installed it, runned tests. |
|
I noticed #92 by @svetlyak40wt implemented a similar feature, and the unit test was added. Have you done something similar? |
Author
|
Oh I see what you're asking for. Nope :-) There is no any test for this feature. Should I add it? |
|
Well it would be a huge plus if you could demonstrate that the feature actually works 🚀 |
Author
|
Ok, but you'll have to wait, give me some time for it. :-) |
Author
|
First of all, tests as they are in the repository are not working on python3.8.
Added the simple test. |
2049b4b to
3ad9a34
Compare
3ad9a34 to
28441a1
Compare
Author
|
@alfredo-f ping |
|
Lgtm |
Author
|
@kevlened Is this reporistory is not maintained anymore? |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Added option to mark tests, that shouldn't be executed in parallel mode.
Via: #80