petals icon indicating copy to clipboard operation
petals copied to clipboard

More convenient test runner?

Open justheuristic opened this issue 1 year ago • 0 comments

[as suggested by @GreenFatGuy ]

As of now, running tests locally is inconvenient as it requires spinning up servers. We cannot afford to launch servers for every test as it will increase CI time more than 5x.

Are there any standard tricks that allows PyTest to spin up the necessary servers automatically, but use the same set of servers in all tests?

justheuristic avatar Sep 06 '22 17:09 justheuristic