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
Define a good approach for testing the python (RDKit) components. Currently there is a shell script that can be use to run the scripts which provides very basic testing capabilities (basically just that the scripts run, not that they work correctly), but something better is needed.
Need to work out how best to structure the scripts so that they can be properly tested.
I tried creating a python unittest (rdkit/TestScreen.py), but it doesn't work yet and there may be better approaches.
The text was updated successfully, but these errors were encountered:
Define a good approach for testing the python (RDKit) components. Currently there is a shell script that can be use to run the scripts which provides very basic testing capabilities (basically just that the scripts run, not that they work correctly), but something better is needed.
Need to work out how best to structure the scripts so that they can be properly tested.
I tried creating a python unittest (rdkit/TestScreen.py), but it doesn't work yet and there may be better approaches.
The text was updated successfully, but these errors were encountered: