-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
formatted test status messages converted from 2-tuple to a dictionary…
… with "status" and "messages"; using 'latest' TranslatorTestingModel code (still in PR); unti testing for format
- Loading branch information
1 parent
ccbad6f
commit 3ad921f
Showing
5 changed files
with
76 additions
and
26 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "graph-validation-tests" | ||
version = "0.0.10" | ||
version = "0.0.9" | ||
description = "Validation of Translator Knowledge Graphs - TRAPI, Biolink Model and One Hop navigation" | ||
authors = [ | ||
"Richard Bruskiewich <[email protected]>", | ||
|
@@ -54,7 +54,7 @@ deepdiff = "^6.7.1" | |
reasoner-validator = "^4.0.2" | ||
|
||
#translator-testing-model = { git = "https://github.com/TranslatorSRI/TranslatorTestingModel.git", rev = "ef5d68e" } | ||
translator-testing-model = { git = "https://github.com/TranslatorSRI/TranslatorTestingModel.git", branch = "main" } | ||
translator-testing-model = { git = "https://github.com/TranslatorSRI/TranslatorTestingModel.git", branch = "bmt-and-linkml-updates" } | ||
#translator-testing-model = "^0.2.7" | ||
|
||
pytest = "^7.4.2" | ||
|
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