diff options
Diffstat (limited to 'src/scons/Node/FSTests.py')
-rw-r--r-- | src/scons/Node/FSTests.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scons/Node/FSTests.py b/src/scons/Node/FSTests.py index afa4340..14b62c2 100644 --- a/src/scons/Node/FSTests.py +++ b/src/scons/Node/FSTests.py @@ -19,7 +19,9 @@ class Builder: class FSTestCase(unittest.TestCase): def runTest(self): - """This test case handles all of the file system node + """Test FS (file system) Node operations + + This test case handles all of the file system node tests in one environment, so we don't have to set up a complicated directory structure for each test individually. """ |