pulumi/pkg/compiler/testdata
joeduffy 60a1f02666 Add more compiler tests
This change adds a few more compiler tests and rearranges some bits and pieces
that came up while doing so.  For example, we now issue warnings for incorrect
casing and/or extensions of the Mufile (and test these conditions).  As part of
doing that, it became clear the layering between the mu/compiler and mu/workspace
packages wasn't quite right, so some logic got moved around; additionally, the
separation of concerns between mu/workspace and mu/schema wasn't quite right, so
this has been fixed also (workspace just understands Mufile related things while
schema understands how to unmarshal the specific supported extensions).
2016-11-16 08:19:26 -08:00
..
illegal_mufile_casing Add more compiler tests 2016-11-16 08:19:26 -08:00
illegal_mufile_ext1 Add more compiler tests 2016-11-16 08:19:26 -08:00
illegal_mufile_ext2 Add more compiler tests 2016-11-16 08:19:26 -08:00
missing_mufile Add a simple compiler test 2016-11-15 19:16:02 -08:00
.muspace Add more compiler tests 2016-11-16 08:19:26 -08:00