summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAdam Gross <grossag@vmware.com>2019-10-25 12:44:11 (GMT)
committerAdam Gross <grossag@vmware.com>2019-10-25 12:44:11 (GMT)
commit8c49f0a6748688f98b10f6bb9b3d244baa49b3e4 (patch)
treea0c9679b6a130c9adcb3ca3ee73c5331f70feea6 /testing
parent5f3064a00556705cc5eebacab159091da29255b3 (diff)
downloadSCons-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.rst3
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
##################