-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Skip tests requiring optional modules when they are absent. The `gilda` and `semsimian` modules are optional dependencies, but the tests that depend do not expect that they may not be present and error out if they cannot be imported. Since they are optional, their absence should not cause the test suite to fail, so this commit ensures that the corresponding tests are properly skipped if the optional modules are not found. closes #794 * 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
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters