-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing #65
Merged
Merged
Testing #65
Conversation
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
JunAishima
commented
Mar 1, 2024
- Fix partially implemented testing
- Fix deprecated pymongo methods
- Fix packaging for schemas
* fix to amostra, since that is what we are testing here
* methods for instantiating and calling functions is different in the tests compared to actual amostra client code, so are being fixed * still some issues with return types, etc.
* cross-checking with analysisstore and conftrak, as well as how the code and mongodb queries work, there has not been duplication checks implemented
* with the current amostra client does not need instantiation, so remove the test entirely
* does not appear to be used at all in current code
* using pytest fixtures so no longer necessary
* TODO need to clear the cache directory after all testing is done
* using Path.expanduser() gave the correct expansion of the path used in the local files variable
* instead of SampleReference, RequestReference, ContainerReference * this also results in change to tests since *Reference.find() returns a generator, while amostra_client.find_*() returns a list derived from the generator
* do not potentially put files into userspace
Closed
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.