Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement pytest plugin support directly in docker-compose itself #20

Closed
waynr opened this issue Jan 7, 2018 · 1 comment
Closed

implement pytest plugin support directly in docker-compose itself #20

waynr opened this issue Jan 7, 2018 · 1 comment

Comments

@waynr
Copy link

waynr commented Jan 7, 2018

A thought that occurs to me is that it might be a good idea to add pytest features directly to docker-compose itself. Advantages, assuming docker-compose maintainers would allow it, include the following:

  • Improve visibility of these fixtures in the python and docker-compose communities, thereby making it more likely to get new features and bug fix support.
  • Make it possible through test coverage in that project to prevent fixture breakage due to breaking upstream library api changes; users of this project may be put in the unfortunate position of wanting new docker-compose features but not being able to upgrade it in their projects' virtualenvs because newer versions of docker-compose may behavior here.
@AndreLouisCaron
Copy link
Contributor

That sounds like a great idea, but, as I mentioned in #19, I'm not up to that task. If you put any effort into making that happen, please let me know and I will retire this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants