Skip to content

Commit f910fd4

Browse files
generatedunixname499836121meta-codesync[bot]
authored andcommitted
Apply fixup patch to fbsource
Summary: This is an automatically generated fixup patch to bring fbsource back into sync with facebookresearch/tensor-layouts's main branch on GitHub. Land this patch as soon as possible, as the difference reflected on here is already on GitHub and future changes may depend on these changes! allow-large-files << DO NOT EDIT BELOW THIS LINE >> diff-train-skip-merge Generated by: https://www.internalfb.com/intern/sandcastle/job/49539596253562249/ GitHub Repo: facebookresearch/tensor-layouts Reviewed By: jduprat Differential Revision: D101685100 fbshipit-source-id: e20fd69ae9386eba84029c3f271bf0ebe8bb0074
1 parent 8e8c1a1 commit f910fd4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Note: pull requests are not imported into the GitHub directory in the usual way.
1515
5. Make sure your code lints.
1616
6. If you haven't already, complete the Contributor License Agreement ("CLA").
1717

18+
## Test layout
19+
20+
Test modules under `tests/` are named after the source module they cover
21+
(e.g. `tests/layouts.py` covers `src/tensor_layouts/layouts.py`). Pytest
22+
is configured to discover **every** `*.py` file in `tests/`, so anything
23+
added there must be either a test module or pytest infrastructure
24+
(`conftest.py`). Shared helpers belong in the source tree or in a
25+
`tests/_support/` module that pytest does not auto-collect.
26+
1827
## Contributor License Agreement ("CLA")
1928
In order to accept your pull request, we need you to submit a CLA. You only need
2029
to do this once to work on any of Meta's open source projects.

0 commit comments

Comments
 (0)