Commit a400ef9
committed
test(TestCompLoad.fixture_dir): specify the scope
Currently, the fixture directory is created for every test because the
scope of the fixture is not specified. Since the contents of the
fixture directory is fixed and each test does not modify its contents,
it should be safe to share the fixture directory.
In this patch, we specify the scope of the fixture to be "class", so
that the fixture directory is shared by tests.1 parent 3dbd662 commit a400ef9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments