Skip to content

Commit

Permalink
Mention that class variables are shared between tests
Browse files Browse the repository at this point in the history
Close #8252
  • Loading branch information
christian-steinmeyer committed Jan 25, 2021
1 parent f3efc4e commit 781b73b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/en/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ This is outlined below:
FAILED test_class_demo.py::TestClassDemoInstance::test_two - assert 0
2 failed in 0.12s
Note that attributes added at class level are *class attributes*, so they will be shared between tests.

Request a unique temporary directory for functional tests
--------------------------------------------------------------

Expand Down

0 comments on commit 781b73b

Please sign in to comment.