Skip to content

Commit

Permalink
Move files from docs to more specific directories
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Sep 25, 2024
1 parent afbdb51 commit 755e330
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ such as InChI, SMILES, or TUCAN against molecules from [SDF files](https://en.wi
Any code that's specific to the molecular identifier that is being tested does not belong in `src/sdf_pipeline`.
In other words, you should be able to vendor the `src/sdf_pipeline` package into another project (e.g., TUCAN).

In contrast, the test code that's specific to the InChI tests lives under `src/inchi_tests`.
`src/inchi_tests` contains the entry point to the test pipeline in `run_tests.py`.
The tests can be configured with Python files (e.g., `config.py`).
We're not using other configuration formats (e.g., `config.yaml`),
since the configuration needs to be powerful enough to enable dynamic customization (e.g., parsing molfile ID).
In contrast, the test code that's specific to the InChI tests lives under `tests`.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Testing the InChI
# Library tests

## Test environment

Expand Down Expand Up @@ -195,6 +195,9 @@ services:
### Configuration files
The tests can be configured with Python files (e.g., `config.py`).
We're not using other configuration formats (e.g., `config.yaml`),
since the configuration needs to be powerful enough to enable dynamic customization (e.g., parsing molfile ID).
We provide two [templates](INCHI-1-TEST/src/inchi_tests/config_models.py) under `config_models.py` that allow you to customize the configuration:

#### `TestConfig`
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 755e330

Please sign in to comment.