201
edits
No edit summary |
No edit summary |
||
| Line 51: | Line 51: | ||
** identify test-infected people outside the mozilla community and ask them to help | ** identify test-infected people outside the mozilla community and ask them to help | ||
** hit up grad students who can make this work part of their academic projects | ** hit up grad students who can make this work part of their academic projects | ||
= repository structure = | |||
* mozilla/testing | |||
** top level for common testing tools, harnesses, etc | |||
* mozilla/testing/harnesses | |||
** moved from mozilla/tools/test-harnesses | |||
** code we develop to run tests | |||
* mozilla/testing/thirdparty | |||
** code from other projects that we use, and that we want to snapshot | |||
* mozilla/testing/suites | |||
** test suites (collections of tests and/or test suites) | |||
* mozilla/testing/tests | |||
** tests that do not fit anywhere else (yet) | |||
* _some-code-dir_/tests | |||
** tests for the code/function/feature | |||
edits