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

Unified 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: Fixed nits 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « expect_tests/test/data/.expect_tests.cfg ('k') | expect_tests/test/data/ignored/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: expect_tests/test/data/README
diff --git a/expect_tests/test/data/README b/expect_tests/test/data/README
new file mode 100644
index 0000000000000000000000000000000000000000..8a9ccd4883239ad82a6b794a06cb8bcd393b8c41
--- /dev/null
+++ b/expect_tests/test/data/README
@@ -0,0 +1,15 @@
+This directory (test/data) contains fake test suites used for the
+expect_tests test suite. They are used by the tests present in test/, and by
+themselves do not test anything (e.g. there are self.assertTrue(True) in
+many places)
+
+Thus, the structure here is highly connected with the tests present in test/.
+Adding or removing a test method in test/data is likely to break a test in
+test/.
+
+Example: test/pipeline.py:TestListingTest.test_get_test_gens_package lists the
+tests present in test/data/package1, with various options. The expected output
+is written in test/pipeline_test.py itself, and should match the actual
+structure in test/data.
+
+Additional information can be found in other READMEs.
« no previous file with comments | « expect_tests/test/data/.expect_tests.cfg ('k') | expect_tests/test/data/ignored/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698