salt/tests/pytests
2025-03-07 14:26:00 -07:00
..
functional Fix checking retcodes with runas on Windows 2025-03-06 13:45:16 -07:00
integration Add test specific to minion start event 2025-03-07 00:52:57 -07:00
pkg Update various out-dated links, emails, etc. 2025-01-11 15:25:01 -07:00
scenarios Fix flaky multi-master test 2025-02-12 16:58:48 -07:00
unit Debugging test 2025-03-07 14:26:00 -07:00
__init__.py
conftest.py Fix publish_signing_algorithm conditional 2024-06-18 22:12:20 -07: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.