Pedro Algarvio a0086b167d Migrate `tests/integration/modules/test_saltutil.py` to PyTest 3 лет назад
..
functional 19c72464df Migrate `integration.minion.test_pillar` to PyTest 4 лет назад
integration a0086b167d Migrate `tests/integration/modules/test_saltutil.py` to PyTest 3 лет назад
scenarios 2477ebfb35 Migrate multimaster tests to PyTest 4 лет назад
unit 9714bd00fa virt: add stop_on_reboot parameter in guest states and definition 3 лет назад
README.md dbdbfbcb01 Better name for the pytest only directory 4 лет назад
__init__.py dbdbfbcb01 Better name for the pytest only directory 4 лет назад
conftest.py f334fee0b6 Use a random port for the vault container 4 лет назад

README.md

New Test Suite

Welcome to the new test suite for Salt!

Any test under this directory shall be written exploring the full capabilities of PyTest. That means, no occurrences of the TestCase class shall be used, neither our customizations to it.

Purpose

While PyTest can happily run unittest tests(withough taking advantage of most of PyTest's strengths), this new path in the tests directory was created to provide a clear separation between the two approaches to writing tests. Some(hopefully all) of the existing unittest tests might get ported to PyTest's style of writing tests, new tests should be added under this directory tree, and, in the long run, this directoy shall become the top level tests directoy.