conu icon indicating copy to clipboard operation
conu copied to clipboard

one test suite for multiple backends

Open TomasTomecek opened this issue 6 years ago • 0 comments

  • [ ] have a single integration test suite which runs for:
    • [ ] rootless podman
    • [ ] root podman
    • [ ] docker
  • [ ] keep backend-specific tests separately, as we do now and document why they are separate

(implementation details: this could be achieved using pytest parametrization of a class)

@rpitonak suggested to create a new issue for this

TomasTomecek avatar Nov 26 '18 18:11 TomasTomecek