0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
32 stars 29 forks source link

Add nextest test runner #261

Closed mFragaBA closed 5 months ago

mFragaBA commented 5 months ago

What should be done?

Use nextest for running both unit and integration test

How should it be done?

You can take a look at what was done for miden base. Essentially,

Also keep in mind we also have integration tests so those should be taken care of as well

When is this task done?

Once we can

Additional context

We expect that with nextest we'll be able to identify flaky and slow tests more easily.

mFragaBA commented 5 months ago

closing as the issue is already done