appsody / appsody

Appsody command line tool. This repo will be archived soon.
https://appsody.dev
170 stars 46 forks source link

Testing enhancements #485

Closed djones6 closed 4 years ago

djones6 commented 4 years ago

Ideas for testing improvements:

kylegc commented 4 years ago

For example, we just had a regression bug appear (https://github.com/appsody/appsody/pull/488) This would not have happened if there was an automated test for the imageRepo config.

kylegc commented 4 years ago

WRT improving the test output, I've already done some playing around with that and have a prototype. I'll create a PR and you can take it from there.

djones6 commented 4 years ago

Closing as complete: Decluttering test output: https://github.com/appsody/appsody/pull/639 Sandboxing tests: https://github.com/appsody/appsody/pull/640

@kylegc / @tnixa Further issued could be raised if appropriate for work on integration tests, as the PRs above do not address that area.