Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

Use conditional compilation for tests #883

Open radu-matei opened 5 years ago

radu-matei commented 5 years ago

There are a bunch of places where we have if statements to check for the runtime OS.

A really clean solution would be to use conditional compilation - and if anyone wants to take a stab at this, here's a really useful resource for conditional compilation.

bege13mot commented 5 years ago

Hi,

Hope my PR will be helpful.