Open rarebreed opened 7 years ago
The problem is that each test should really be a separate function so that we can declare metadata for it for use with polarize. If all the tests are declared as lambdas inside of it(), then we can't decorate them with metadata.
The problem is that each test should really be a separate function so that we can declare metadata for it for use with polarize. If all the tests are declared as lambdas inside of it(), then we can't decorate them with metadata.