Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
ef1edafb2cee0a06805476cd3d78557ad5935310
/
utils
/
unittest_suite.py
ef1edaf
Update the unittest finder to look for _test.py suffixes as well.
by showard
· 15 years ago
f8b1904
Add the ability for users to add test attributes. Non-user-created attributes (added by the parser) are still immutable.
by showard
· 15 years ago
363cdb5
Remove csv_encoder_unittest from the default set that is run as it
by showard
· 15 years ago
80718c7
Fix up the unit test suite to not try to run unit tests that it
by jadmanski
· 16 years ago
4f2a2cb
make unittests executable in svn
by mbligh
· 16 years ago
7f9dd3d
Get rid of dependencies between database-based unit tests in unittest_suite.py. There's no need anymore, now that they all use SQLite.
by showard
· 16 years ago
442e71e
Move migration system into database/ directory.
by showard
· 16 years ago
3de2a76
Add a unit test to check that the GWT code compiles. I added it as a "long" test because it requires GWT to be set up (and it's kind of slow).
by showard
· 16 years ago
43758df
Change the debug variable in the unittest_suite to a debug flag.
by mbligh
· 16 years ago
cc85e81
Fixing the unit test suite. Tests were failing because they were being
by showard
· 16 years ago
1ee9ad7
Unbuffering the unittest output as it helps sometimes.
by mbligh
· 16 years ago
eeb1357
makes unittest running parallel. The code which does the parallel processing understands the concept of dependencies and rate limiting. The former is a feature that's unused by this code, but I'll be sending something out soon that makes use of it
by mbligh
· 16 years ago
bd1eb20
To apply: svn move coverage_suite.py to utils/coverage_suite.py and unittest_suite.py to utils/unittest_suite.py and then apply this patch.
by mbligh
· 16 years ago
[Renamed from unittest_suite.py]
671c592
Run all unittests in their own process so as to provide isolation.
by mbligh
· 16 years ago
4205d89
Fix the unittest to make it pass and avoid relying on a fragile parser:
by mbligh
· 16 years ago
4f4e311
Better parsing of the output of the unittest runs so we properly
by mbligh
· 16 years ago
da95846
Previous the unittest_suite used a TestLoader to create a large suite of tests that were then run all at once. This
by mbligh
· 16 years ago
6cc5fe5
Change the formatting of the module load failure error message.
by jadmanski
· 16 years ago
2601c48
This hand-made patch has some problems, so I'm backing out the patch and
by jadmanski
· 16 years ago
25c1531
Numerous changes to unittest suite to improve its reliability.
by mbligh
· 16 years ago
dc90601
Unittest_suit.py should use the common lib like everyone else does.
by mbligh
· 16 years ago
27d0cb9
Make sure that error messages from god are already displayed.
by mbligh
· 16 years ago
8c435fe
Allow to run unittest per directory, e.g.: python unittest_suite.py frontend
by mbligh
· 16 years ago
aadd083
I changed the unittest_suite to wrap the loadTestsFromName() method in a try/expect block
by mbligh
· 16 years ago
0afbb63
Convert all python code to use four-space indents instead of eight-space tabs.
by jadmanski
· 16 years ago
3c9c93d
Diff for unittest_suite.py to make it work consistently for global imports.
by mbligh
· 16 years ago
fa29a2a
Remove all places where we are hardcoding python2.4 on the scripts
by mbligh
· 16 years ago
8d5550a
Remove duplicated code in unittest_suite.py
by mbligh
· 16 years ago
f975133
unit tests
by mbligh
· 17 years ago