Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Side by Side Diff: expect_tests/test/data/README

Issue 709853003: New expect_tests UI (Closed) Base URL: https://chromium.googlesource.com/infra/testing/expect_tests@shebang
Patch Set: Refactoring Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This directory (test/data) contains fake test suites used for the
2 expect_tests test suite. They are used by the tests present in test/, and by
3 themselves do not test anything (e.g. there are assert(True) in many places)
agable 2014/11/14 20:00:08 assertTrue(True)
4
5 Thus, the structure here is highly connected with the tests present in test/.
6 Adding or removing a test method in test/data is likely to break a test in
7 test/.
8
9 Example: test/pipeline.py:TestListingTest.test_get_test_gens_package lists the
10 tests present in test/data/package1, with various options. The expected output
11 is written in test/pipeline_test.py itself, and should match the actual
12 structure in test/data.
13
14 Additional information can be found in other READMEs.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698