fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Make tests functions instead of values so they are discovered and run #95

Closed theprash closed 7 years ago

theprash commented 7 years ago

I fixed three tests so that they're actually run :)

theprash commented 7 years ago

Just noticed this is probably fixed in the expecto-tests branch anyway.

isaacabraham commented 7 years ago

Hmm. AV is red now. Do the tests pass locally?

theprash commented 7 years ago

Yep, all 79 passed locally for me. The ones failing here aren't actually the ones I enabled...

isaacabraham commented 7 years ago

Hmmmm

isaacabraham commented 7 years ago

@theprash aha. these are breaking since the latest Azure Storage Emulator (4.6.0.0). If you upgrade to that, you'll get the same test failures locally.

theprash commented 7 years ago

The newly released Azure Storage Emulator v5.1 fixes the issue for me locally.