scientistproject / Scientist.net

A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library
MIT License
1.46k stars 95 forks source link

Update tests to run in serial for #59. #84

Closed joncloud closed 7 years ago

joncloud commented 7 years ago

Tests rely on static properties of Scientist to consistently run in completion. This ensures that each test will perform all necessary changes to the Scientist static properties, and complete without another test updating the static properties into another state.

haacked commented 7 years ago

👍 Thanks!