Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent spurious warnings from causing test failure.
The `test_annotate_file` command may fail because the `annotate` command may emit some unexpected warnings on STDERR about invalid CURIEs, even if there are no errors and the expected output is normally produced on STDOUT. This commit amends the test so that it ignores any 'WARNING:' line in the STDERR stream produced by the `annotate` command. closes #795.
- Loading branch information