TestCase methods listing caching - #378
Merged
Merged
Conversation
milo
force-pushed
the
testcase-list-cache
branch
from
November 26, 2017 21:38
029ae4f to
87153e4
Compare
Member
Author
|
@JanTvrdik Could you please test impact on speed? |
Merged
milo
added a commit
to milo/tester
that referenced
this pull request
May 30, 2018
milo
added a commit
to milo/tester
that referenced
this pull request
May 30, 2018
milo
added a commit
to milo/tester
that referenced
this pull request
May 30, 2018
milo
force-pushed
the
master
branch
2 times, most recently
from
May 30, 2018 11:29
25957cd to
fd8929c
Compare
milo
added a commit
to milo/tester
that referenced
this pull request
May 30, 2018
milo
added a commit
to milo/tester
that referenced
this pull request
May 30, 2018
milo
added a commit
to milo/tester
that referenced
this pull request
May 30, 2018
Member
Author
|
@JanTvrdik @matej21 Could you please test this branch? We would like to release 2.1 soon and this is a candidate for merge. |
dg
force-pushed
the
master
branch
2 times, most recently
from
June 7, 2018 11:24
b9711f5 to
3f273cf
Compare
milo
force-pushed
the
testcase-list-cache
branch
from
June 12, 2018 10:54
27491e3 to
33c80b3
Compare
milo
added a commit
to milo/tester
that referenced
this pull request
Jun 12, 2018
milo
added a commit
to milo/tester
that referenced
this pull request
Jun 12, 2018
milo
added a commit
to milo/tester
that referenced
this pull request
Jun 12, 2018
milo
force-pushed
the
testcase-list-cache
branch
from
June 12, 2018 10:56
33c80b3 to
3d31fdc
Compare
milo
added a commit
to milo/tester
that referenced
this pull request
Jun 12, 2018
milo
added a commit
to milo/tester
that referenced
this pull request
Jun 12, 2018
milo
added a commit
to milo/tester
that referenced
this pull request
Jun 12, 2018
milo
force-pushed
the
master
branch
2 times, most recently
from
February 21, 2019 06:47
eaaeb7b to
7184606
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
July 13, 2020 13:17
e9c3f27 to
666cb04
Compare
dg
force-pushed
the
master
branch
5 times, most recently
from
October 15, 2020 20:09
977e96a to
dd5bc63
Compare
dg
force-pushed
the
master
branch
6 times, most recently
from
November 2, 2020 17:30
4969211 to
81b3703
Compare
milo
added a commit
to milo/tester
that referenced
this pull request
Jan 2, 2021
milo
added a commit
to milo/tester
that referenced
this pull request
Jan 2, 2021
milo
added a commit
to milo/tester
that referenced
this pull request
Jan 2, 2021
milo
force-pushed
the
testcase-list-cache
branch
from
January 2, 2021 22:43
3d31fdc to
795b84c
Compare
milo
added a commit
to milo/tester
that referenced
this pull request
Jan 2, 2021
milo
force-pushed
the
testcase-list-cache
branch
from
January 2, 2021 22:46
795b84c to
e74c7b9
Compare
milo
added a commit
to milo/tester
that referenced
this pull request
Jan 2, 2021
milo
added a commit
to milo/tester
that referenced
this pull request
Jan 2, 2021
milo
added a commit
to milo/tester
that referenced
this pull request
Jan 2, 2021
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.
This PR tries to solve #369 as follows.
Output of test method listing is now in format:
The
TestCase:...line is here only for check, thatTestCase::run()method is run.The
Method:...lines are test methods, formerly as[testSimple,testMultiple,...].The
Dependency:...lines are new. It is a list of declaring files. TestCase class, all its parents and all traits. With such information theTestHandlercan keep cache.