pytest-testinfra icon indicating copy to clipboard operation
pytest-testinfra copied to clipboard

Add windows tests

Open philpep opened this issue 6 years ago • 5 comments

Since we have some support for windows, we should have tests to ensure not breaking things. Maybe https://www.appveyor.com/ could provide this.

Since I'm not a windows expert, any help will be really appreciated.

philpep avatar Apr 22 '19 22:04 philpep

I'll look into this and see if I can figure something out.

trevor-viljoen avatar Apr 23 '19 14:04 trevor-viljoen

Is there a TODO list for the features that have been added and are being worked on?

FilBot3 avatar Feb 28 '20 23:02 FilBot3

@philpep We are using testinfra in a customer setup where we use mixed docker + windows containers. We would happily provide a windowscontainer backend tackling run command and file issues.

aheumaier avatar Oct 14 '20 10:10 aheumaier

@philpep I would take this one, feel free to assign me

dariuszparys avatar Nov 20 '20 07:11 dariuszparys

I had now a deeper look into the test configuration. To add windows support with the current code base would mean to have either a lot of specific branch code ior split into seperate folders/files inside the project and also split tox into platform specific pieces.

Even doing this would mean that there would be a lowered code coverage for the paths that are not available / runnable on Windows and Linux.

I'm unsure if either approach is one I would do

dariuszparys avatar Dec 03 '20 06:12 dariuszparys