conda-forge / conda-forge/conda-forge.github.io

Document that `test/commands` and `run_test.{sh,bat}` cannot coexist

Open
#1,490 10 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
170
Forks
320
Avg merge
2d 10h
Merged PRs (30d)
5

Description

As title. If `meta.yaml` has the `test/commands` session
```yaml
test:
commands:
- ...
```
but `run_test.{sh,bat}` is also provided, the commands in `test/commands` will not be run. Workarounds include
- Move all commands to `run_test.{sh,bat}` (or vice versa)
- Rename `run_test.{sh,bat}` to something else and run it explicitly

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.