multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
49 stars 36 forks source link

Change all tests to use pytest #290

Closed popenta closed 1 year ago

popenta commented 1 year ago

Previously both unittest and pytest were used to write unit tests. I've changed all the unittest tests to use pytest.