Skip to content
  1. Aug 14, 2021
  2. Aug 13, 2021
  3. Aug 05, 2021
  4. Aug 03, 2021
    • nimrod's avatar
      Add needrestart test case. · c077d69e
      nimrod authored
      The parsing doesn't handle it correctly and fails. Obviously tests will
      fail until I fix it.
      c077d69e
    • nimrod's avatar
      Add pyupgrade pre-commit hook. · 204c49e4
      nimrod authored
      I'm targeting pretty recent Python versions (3.6+) so why not enjoy the
      latest syntax and features.
      204c49e4
  5. Jul 31, 2021
  6. Jul 26, 2021
  7. Jul 25, 2021
    • nimrod's avatar
      Add bats-support, needed for bats-assert. · f8cc109f
      nimrod authored
      f8cc109f
    • nimrod's avatar
      Output junit directly from Bats. · 880f95b0
      nimrod authored
      Should make the CI job even faster!
      880f95b0
    • nimrod's avatar
      Better Bats tests. · 40affc9f
      nimrod authored
      - Add a submodule for assertions. Should provide better output.
        Hopefully it will help debugging the failing tests.
      - Add some perf data examples (no tests or code yet).
      40affc9f
    • nimrod's avatar
      Yet more testing. · dc2eeb15
      nimrod authored
      - Fill in the notification messages, addressed last linting issues.
      - Enabled pre-commit in CI.
      - Add importing of the nagios submodule in the wheel test.
      dc2eeb15
    • nimrod's avatar
      Testing the CLI. · d3ab0120
      nimrod authored
      - Test the CLI using Bats. A few test, more to do.
      - Found small issues and fixed them!
      - Add to CI, remove the job to check the executable runs (covered by
        Bats).
      - Run on host01, should be faster to download the binary.
      d3ab0120
    • nimrod's avatar
      Progress. · 4f1a6a6c
      nimrod authored
      - More tests, now using mocks.
      - Silence some linter warnings.
      - Start thinking about parsing perfdata.
      4f1a6a6c
  8. Jul 21, 2021