-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Ideally, some basic testing routines would be implemented to test some of the expected behavior of the functions. This way if someone has to change functions for his own purposes later, he/she can test whether the function would still work for the old data. Or you change something in the codebase that might break the returns for an import elsewhere. This is standard in more professional software development environments, so would be nice to learn anyways.
However, this does not need to have the highest priority.
https://docs.python.org/3/library/unittest.html
I have written some very small tests for NNio.py
Tests.zip
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request