how to do unit testing for python in sst?
# help
s
how to do unit testing for python in sst?
f
Hey @Sergey Antonenko you should run unit tests as usually, ie. using
pytest
.
s
thank you.