Draft
Conversation
improve logging so it's more consistent.
Contributor
Author
|
i have published this as alpha to 0.6.0a1 to install use |
bump to 0.6.0
improve logging so it's more consistent.
…mantic-partners/mustrd into feature/add-folders-to-test-collection
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this PR gets rid of the path in vscode coming from the pytestPath property in the config file.
it will use the lowest directory it finds, instead.
it was an initial attempt to maintain the folder structure for the .mustrd.ttl in the vsccode test explorer
however,
it seems that to get proper nesting, we'll need to rethink the current approach which nests the .mustrd.ttl under the mustrd-config.ttl file
in essence, the pytest expects to find a .py file, in some directory, and then specs within that, and then test functions under that.
i think to achieve this, we'll need to change the collect_file to find .mustrd.ttl files that match the current config, but this is a bigger change than i'm prepared to try, right now.