LimeChain / matchstick

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

Remove hardcoded ./tests folder #251

Closed dimitrovmaksim closed 2 years ago

dimitrovmaksim commented 2 years ago

Issues: closes https://github.com/LimeChain/matchstick/issues/242

What it does: Until now the parent folder for .bin and .tools folders was hardcoded to be ./tests, so even if a user declares a different tests folder in the yaml file, matchstick would always create the those folders inside ./tests. This PR removes the hardcoded values and uses the value of TESTS_LOCATION.