diff options
author | Adam Gross <grossag@vmware.com> | 2019-10-25 12:44:11 (GMT) |
---|---|---|
committer | Adam Gross <grossag@vmware.com> | 2019-10-25 12:44:11 (GMT) |
commit | 8c49f0a6748688f98b10f6bb9b3d244baa49b3e4 (patch) | |
tree | a0c9679b6a130c9adcb3ca3ee73c5331f70feea6 /testing | |
parent | 5f3064a00556705cc5eebacab159091da29255b3 (diff) | |
download | SCons-8c49f0a6748688f98b10f6bb9b3d244baa49b3e4.zip SCons-8c49f0a6748688f98b10f6bb9b3d244baa49b3e4.tar.gz SCons-8c49f0a6748688f98b10f6bb9b3d244baa49b3e4.tar.bz2 |
Add sconstest.skip files and improve test-framework.rst docs in that area
Diffstat (limited to 'testing')
-rw-r--r-- | testing/framework/test-framework.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/framework/test-framework.rst b/testing/framework/test-framework.rst index cb6b8e1..dc6b2aa 100644 --- a/testing/framework/test-framework.rst +++ b/testing/framework/test-framework.rst @@ -308,6 +308,9 @@ in that sense: "the fixture for this test is foo", instead of writing a whole bunch of strings to create files. Since these setups can be reusable across multiple tests, the *fixture* terminology applies well. +Note: fixtures must not be treated by SCons as runnable tests. To exclude +them, see instructions in the above section named "Finding Tests". + Directory Fixtures ################## |