salt/tests/pytests
Pedro Algarvio 0d6d4cfb36 Remove all kitchen and jenkins related resources
The salt-project hasn't been using them for a very long time.
2024-02-29 10:16:58 +00:00
..
functional Revert "Add test case" 2024-02-27 09:47:43 +00:00
integration Provide execution module a regular file client durring pillar rendering 2024-02-28 16:49:31 -07:00
pkg Improve logic to account for Alma Linux 2024-02-28 11:24:14 +00:00
scenarios Update and remove obsolete pylint plugins 2024-02-27 08:07:04 +00:00
unit Remove all kitchen and jenkins related resources 2024-02-29 10:16:58 +00:00
__init__.py Pyupgrade and drop six 2021-07-06 09:04:28 -04:00
conftest.py Add a FIPS enabled test run under PhotonOS 4 to the CI process 2023-11-14 20:42:57 +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.