salt/tests/pytests
twangboy 4fa83b77a4
Some checks failed
CI / Prepare Workflow Run (push) Has been cancelled
CI / Pre-Commit (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / NSIS Tests (push) Has been cancelled
CI / Prepare Release: (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / Build Source Tarball (push) Has been cancelled
CI / Build Onedir Dependencies (push) Has been cancelled
CI / Build Salt Onedir (push) Has been cancelled
CI / Build Packages (push) Has been cancelled
CI / CI Deps (push) Has been cancelled
CI / Test Package (push) Has been cancelled
CI / Test Salt (push) Has been cancelled
CI / Combine Code Coverage (push) Has been cancelled
CI / Set the Pipeline Exit Status (push) Has been cancelled
Fix some failing tests
2025-03-05 11:42:07 -07:00
..
functional Fix some failing tests 2025-03-05 11:42:07 -07:00
integration Account for api change 2025-02-14 16:01:17 -07:00
pkg Merge branch '3006.x' into merge/3007.x/3006.x 2025-01-29 15:22:23 -07:00
scenarios Test fixes 2025-02-16 17:09:17 -07:00
unit Test fixes 2025-02-16 17:09:17 -07:00
__init__.py
conftest.py Merge forward 3006.x into 3007.x 2024-06-21 23:53:49 -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.