Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several improvements towards rc25 #157

Merged
merged 4 commits into from
Jul 31, 2023
Merged

Commits on Jul 29, 2023

  1. Simplify and reduce the amount of patching required to unit test load…

    …er modules
    
    Fixes saltstack#156
    
    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    5ed2208 View commit details
    Browse the repository at this point in the history
  2. Stop using deprecated @pytest.mark.trylast

    Fixes saltstack#155
    
    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    77896d1 View commit details
    Browse the repository at this point in the history
  3. Remove pytest-tempdir package dependency

    Fixes saltstack#154
    
    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    09bec95 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Improve code coverage

    By either removing code not getting used anymore or marking sections of the code which are not expected to be covered.
    
    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5a69f8e View commit details
    Browse the repository at this point in the history