haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Expecto fails silently on duplicate tests #299

Closed otto-gebb closed 5 years ago

otto-gebb commented 5 years ago

Steps to reproduce:

  1. Create a test project with two tests with the same name.
  2. Do dotnet run in project folder.

Observed behavior: no console output, exit code 1.

Expected behavior: a message like this in the console

[01:38:31 ERR] Found duplicated test names, these names are: [samples/duplicate] <Expecto>

Known workaround: downgrade the package to v8.6.0. (Bug was introduced in v8.6.3)

AnthonyLloyd commented 5 years ago

Thanks will take a look as soon as I can. On holiday at the moment.

AnthonyLloyd commented 5 years ago

fix released in 8.6.5, thanks.