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

Sarracenia __init__ unit test #730

Merged
merged 5 commits into from
Jul 26, 2023
Merged

Sarracenia __init__ unit test #730

merged 5 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. New sarracenia init tests

    gcglinton committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d68b7ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9621cd View commit details
    Browse the repository at this point in the history
  3. Sarracenia init unit test

    This has about 90% coverage
    gcglinton committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f05a7ab View commit details
    Browse the repository at this point in the history
  4. Update tests README with extra info on config

    Debugging tests wasn't working, and it's because generating code coverage while debugging breaks debugging.
    gcglinton committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6c04c60 View commit details
    Browse the repository at this point in the history
  5. Add try/except around init tests that use xattr module

    Apparently it's not a standard module everywhere, so this is a workaround
    Could also juse use SR3's filemetadata methods, as they handle things "nicely"
    gcglinton committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2ced27d View commit details
    Browse the repository at this point in the history