salt/tests/pytests
2024-03-20 14:24:06 +00:00
..
functional Adjust some tests to get passing nightly builds again 2024-03-20 14:24:06 +00:00
integration Increase timeouts 2024-03-18 11:03:58 +00:00
pkg Skip state test on Windows 2024-03-19 16:07:31 +00:00
scenarios Update code to be Py3.7+ to reduce merge forward conflicts 2024-02-29 10:16:58 +00:00
unit Fix content-type backwards compatability 2024-03-14 13:04:29 +00:00
__init__.py
conftest.py Update code to be Py3.7+ to reduce merge forward conflicts 2024-02-29 10:16:58 +00:00
README.md Fix broken backport 64229 form master to 3006.x 2023-05-26 07:30:29 +01:00

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 directory shall become the top level tests directory.