Skip to content

Replace golang tests with BATS and remove golang dependency #577

@jnovy

Description

@jnovy

Currently we use golang to implement tests in conmon. It is not for free - golang brings a lot of headaches in terms of supported versions, vendoring, components which renovate needs up to update, etc. The BATS seems to be an ideal candidate for replacement of golang based test suite with something we already use and is well production tested with our other container related tools.

The current plan:

  • reimplement golang based tests in BATS
  • update CI/CD to run BATS
  • remove golang from conmon and stick with BATS only for tests

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions