openforcefield / openff-benchmark

Comparison benchmarks between public force fields and Open Force Field Initiative force fields
MIT License
11 stars 2 forks source link

Added CLI tests for `openff-benchmark optimize` subcommands #64

Closed dotsdl closed 3 years ago

dotsdl commented 3 years ago

Description

We finally have a test suite laid out for the openff-benchmark optimize command tree. I have prioritized getting submission, export, and QCEngine-based direct execution test coverage. Additional management subcommands for QCFractal Server usage will have to follow from another PR.

This PR should be merged as soon as possible to unblock #62.

Status

dotsdl commented 3 years ago

Credit to @jthorton and @j-wags for inspiration in usage of QCFractal's own fractal_compute_server fixture and click's CliRunner, respectively!