salt/tests/pytests
Daniel A. Wozniak fc0b20e657 More ssh test fixes
- Fix thin dir unit tests after distro change revert
- Skip any tests that require system python of 3.9 or higher
2025-02-19 00:26:32 -07:00
..
functional Test fixes 2025-02-18 01:07:41 -07:00
integration More ssh test fixes 2025-02-19 00:26:32 -07:00
pkg Better check for downgrade tests 2025-02-18 20:39:38 -07:00
scenarios Merge remote-tracking branch 'saltstack/3007.x' into merge/master/3007.x 2025-02-17 00:09:58 -07:00
unit Test fixes 2025-02-18 01:07:41 -07:00
__init__.py
conftest.py Merge branch '3007.x' into merge/master/3007.x 2024-07-04 21:35:33 -07:00
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 directory shall become the top level tests directory.