We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609e41f commit 17fd4eaCopy full SHA for 17fd4ea
1 file changed
user_guide_src/source/testing/overview.rst
@@ -108,7 +108,7 @@ Traits
108
109
A common way to enhance your tests is by using traits to consolidate staging across different
110
test cases. ``CIUnitTestCase`` will detect any class traits and look for staging methods
111
-to run named for the trait itself.
+to run named for the trait itself (i.e. `setUp{NameOfTrait}()` and `tearDown{NameOfTrait}()`).
112
113
For example, if you needed to add authentication to some
114
of your test cases you could create an authentication trait with a set up method to fake a
0 commit comments