Is it possible to run ape testing without deploying any chain? #1158
-
I'm considering using ape framework as my default testing environment for software engineering of small little DeFi and TE data science libraries. If I don't need to execute any transactions in certain test suites, does Ape still spin up any chain infrastructure? Thanks! Shawn |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
it should be the case that it will only launch a chain if you use it, but if that's the not the case and it messes with your library setup, then we can fix that bug also, ape usually works with a local python-only network by default, so it probably won't affect anything at all if you ignore it |
Beta Was this translation helpful? Give feedback.
it should be the case that it will only launch a chain if you use it, but if that's the not the case and it messes with your library setup, then we can fix that bug
also, ape usually works with a local python-only network by default, so it probably won't affect anything at all if you ignore it