Metadata-Version: 2.5
Name: stricttest
Version: 0.2.2
Summary: RENAMED: this package is now testisolation (pip install testisolation). An always-on test-isolation floor that makes a test suite structurally unable to reach the real HOME, an ambient credential, the developer's git identity, or a remote git transport (pytest plugin)
Project-URL: Homepage, https://pypi.org/project/testisolation/
Project-URL: Repository, https://github.com/stricttools/testisolation
Project-URL: Issues, https://github.com/stricttools/testisolation/issues
Project-URL: Changelog, https://github.com/stricttools/testisolation/blob/main/CHANGELOG.md
Author-email: "S. M. Hosseini" <m.hosseini@veliu.com>
License-Expression: MIT
License-File: LICENSE
Keywords: credentials,isolation,node-test,pytest,rlsbl,sandbox,security,test-isolation,testing
Classifier: Development Status :: 7 - Inactive
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.11
Requires-Dist: pytest>=7.0
Description-Content-Type: text/markdown

# stricttest has been renamed to testisolation

**This package has been renamed to `testisolation`. Install `testisolation` instead:**

```bash
pip install testisolation
```

- PyPI: https://pypi.org/project/testisolation/
- Repository: https://github.com/stricttools/testisolation

`stricttest` receives no further releases. This final release, 0.2.2, ships the
0.2.1 code unchanged so that existing pytest setups that load the `stricttest`
plugin keep working as they are; only the package metadata differs.

## Migrating

1. Replace the `stricttest` dependency with `testisolation`.
2. Rename every `stricttest_*` ini key in your pytest configuration to the
   matching `testisolation_*` key (for example `stricttest_sockets` becomes
   `testisolation_sockets`).
3. Uninstall `stricttest`, so the two plugins are not active at the same time.

See the [testisolation repository](https://github.com/stricttools/testisolation)
for the full key reference and any changes made after the rename.

## License

MIT
