Closed giallu closed 3 months ago
Thanks for the PR, I like the approach. I took it a bit further and removed
inchi_version
fromconfig_models.TestConfig
in favor ofinchi_library_path
. Removinginchi_version
means that we no longer need to hard-code the path to the library inrun_tests.py
.
Cool, thas was actually one thing I was going to suggest
Note that the CI failure is not related to the changes in this PR, it's something I need to address separately. I need to properly identify the triggering branch:
That's probably because that ref is not actually in InChI's repo, but just in my fork.
this adds a new --library-path command line argument, when set it will override the default logic for setting the library file path