CBDD / rDock

rDock is a fast and versatile Open Source docking program that can be used to dock small molecules against proteins and nucleic acids. It is designed for High Throughput Virtual Screening (HTVS) campaigns and Binding Mode prediction studies.
https://rdock.github.io
GNU Lesser General Public License v3.0
51 stars 22 forks source link

Add a test framework to the project #114

Closed ggutierrez-sunbright closed 4 months ago

ggutierrez-sunbright commented 5 months ago

We're adding new features to the project, and manual testing won't do anymore.
Automated unit tests are a must, and for that we need a framework.

The selected framework is catch2 (last version as of writing this issue is v3.6.0). We will use it as distributable code.

There are several steps that must be followed to consider this task as completed: