vacp2p / wakurtosis

4 stars 3 forks source link

Added tests in starlark #39

Closed AlbertoSoutullo closed 1 year ago

AlbertoSoutullo commented 1 year ago

In order to have a more stable repository when doing changes, I added tests for standard Starlark code and also tests regarding waku behaviour.

Remember that if you want to test things locally, right now either the test file has to be named main.start to run kurtosis run ., or if you want to test this remotely, it should work with kurtosis run tests.star.

From now on, it would be nice that every new code will try to have its own tests, regardless it is Starlark or Python.

If you want help adding tests and refactoring code for that please let me know, I would gladly help @Daimakaimura @0xFugue

Remember that these tests are with the intention of make sure that the work code as intented, they are not waku tests in a experimental-like manner.

Closes #24 , closes #23