You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is high time that we boldly modularize the code so that both reuse, readability, and automatic testing can be improved.
In particular, for each python module, we can use something similar to Java's main static method (e.g., Python's `if name == 'main') to run the tests pertaining to that module.
The text was updated successfully, but these errors were encountered:
It is high time that we boldly modularize the code so that both reuse, readability, and automatic testing can be improved.
In particular, for each python module, we can use something similar to Java's main static method (e.g., Python's `if name == 'main') to run the tests pertaining to that module.
The text was updated successfully, but these errors were encountered: