Pedro Algarvio 8afbb8e005 The test should only focus on the `samba` service 4 jaren geleden
..
functional 839be9afbd Fix and simplify `tests/pytests/functional/modules/test_opkg.py` 4 jaren geleden
integration 8afbb8e005 The test should only focus on the `samba` service 4 jaren geleden
unit 75bc0b7087 `request` is not longer required 4 jaren geleden
README.md dbdbfbcb01 Better name for the pytest only directory 4 jaren geleden
__init__.py dbdbfbcb01 Better name for the pytest only directory 4 jaren geleden
conftest.py 0aba49c7d3 Bump pytest-salt-factories to 0.92.x 4 jaren geleden

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.