|
Add new 'typ' python testing framework to third_party/.
This change adds a new python testing framework that will replace
the various adhoc variants of this we use in Chromium and Blink,
at least temporarily until if/when we can switch to infra's
expect_tests framework.
Using this library will allow us to consolidate a bunch of duplicated
code used for telemetry_unittests, webkit_python_tests,
mojo_python_tests, webkit_tests, and elsewhere.
TBR=cpu@chromium.org, dtu@chromium.org
BUG= 402172
Committed: https://crrev.com/4e9ea61141ef60036c65190cb8cefb92a5e7aa7d
Cr-Commit-Position: refs/heads/master@{#299004}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4957 lines, --4 lines) |
Patch |
 |
A |
third_party/typ/LICENSE
|
View
|
|
1 chunk |
+201 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/OWNERS
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/README.chromium
|
View
|
1
2
3
|
1 chunk |
+32 lines, -0 lines |
2 comments
|
Download
|
 |
A |
third_party/typ/README.rst
|
View
|
1
2
3
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/pylintrc
|
View
|
|
1 chunk |
+274 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/run
|
View
|
1
2
3
|
1 chunk |
+149 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/setup.cfg
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/setup.py
|
View
|
1
2
3
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/tools/__init__.py
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/tools/cov.py
|
View
|
1
2
3
|
1 chunk |
+137 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/__init__.py
|
View
|
1
2
3
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/__main__.py
|
View
|
1
2
3
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/arg_parser.py
|
View
|
1
2
3
|
1 chunk |
+264 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/cmdline.py
|
View
|
1
2
3
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/fakes/__init__.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/fakes/host_fake.py
|
View
|
1
2
3
|
1 chunk |
+298 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/fakes/test_result_server_fake.py
|
View
|
1
2
3
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/fakes/tests/__init__.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/fakes/tests/host_fake_test.py
|
View
|
1
2
3
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/fakes/tests/test_result_server_fake_test.py
|
View
|
1
2
3
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/fakes/unittest_fakes.py
|
View
|
1
2
3
|
1 chunk |
+176 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/host.py
|
View
|
1
2
3
|
1 chunk |
+282 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/json_results.py
|
View
|
1
2
3
|
1 chunk |
+186 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/pool.py
|
View
|
1
2
3
|
1 chunk |
+176 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/printer.py
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/runner.py
|
View
|
1
2
3
|
1 chunk |
+790 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/stats.py
|
View
|
1
2
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/test_case.py
|
View
|
1
2
3
|
1 chunk |
+115 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/tests/__init__.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/tests/arg_parser_test.py
|
View
|
1
2
3
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/tests/host_test.py
|
View
|
1
2
3
|
1 chunk |
+161 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/tests/json_results_test.py
|
View
|
1
2
3
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/tests/main_test.py
|
View
|
1
2
3
|
1 chunk |
+717 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/tests/pool_test.py
|
View
|
1
2
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/tests/printer_test.py
|
View
|
1
2
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/tests/stats_test.py
|
View
|
1
2
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/tests/test_case_test.py
|
View
|
1
2
3
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/typ/typ/version.py
|
View
|
1
2
3
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (3 generated)
|