Open
Description
Is your feature request related to a problem?
As a developer
I want to know that my code works with a real Cobbler instance
so that I can start writing new code.
Provide a detailed description of the proposed feature
The current tests are running against manually generated XML fixtures. Those fixtures may become outdated without the maintainer noticing this. As such this repository needs integration tests that are executed against a real Cobbler instance.
Alternatives you've considered
Having an integration test suite only in the CLI is of course an option but that means the code in the repository can be broken until consumed by the CLI. Since the CLI will not use all of the offered methods it is not good enough to only test the functionality there.
Additional information
None
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo