Improve docs

This commit is contained in:
Bruno Oliveira
2016-07-11 20:33:16 -03:00
parent 2ffe354f21
commit 0ca06962e9
2 changed files with 20 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ class TestAcceptance:
Some notes:
- For each scope, define 2 fixtures of the same scope which use the "stack" fixture,
to ensure they get the same "stack" instance for its scope.
to ensure they get the same "stack" instance for that scope.
- Creates multiple test files, which tests on each modifying and checking fixtures to
ensure things are working properly.
"""