LimeChain / matchstick

🔥 Unit testing framework for Subgraph development on The Graph protocol. ⚙️
MIT License
207 stars 17 forks source link

Running only one test at a time for development #388

Closed hasparus closed 11 months ago

hasparus commented 1 year ago

It would be nice to be able to run just one test at a time to help focus and minimize clutter in the output during debugging.

There are two approaches to this, test.only or specifying test name in the command args either by string or regex.

Examples:

dimitrovmaksim commented 1 year ago

Hey there 👋🏻 , this is something that's on our list too. We will look into it, but as we have mentioned in other issues, it may take some time due to other higher priority tasks we have on our hands right now.

hasparus commented 11 months ago

@dimitrovmaksim Would you accept an external PR that adds this?

dimitrovmaksim commented 11 months ago

Hey @hasparus, all contributions are welcome. We are planing some changes to the repos and want to start fresh, that's why I'm closing all issues here.