Expected Behavior
The environment fixture tears down the registry after each test.
Current Behavior
It does not tear down.
Steps to reproduce
Create two tests, each of which applies a single FV and confirms that the FS contains a single FV. The first will pass; the second will fail.
Specifications
- Version:
- Platform:
- Subsystem:
Possible Solution
Reuse the environment, but have a separate project for each test.
Expected Behavior
The
environmentfixture tears down the registry after each test.Current Behavior
It does not tear down.
Steps to reproduce
Create two tests, each of which applies a single FV and confirms that the FS contains a single FV. The first will pass; the second will fail.
Specifications
Possible Solution
Reuse the environment, but have a separate
projectfor each test.