-
Notifications
You must be signed in to change notification settings - Fork 2
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
Request to merge work from GSOC 2024: all the tests are finally passing #10
Conversation
…n-genbank-tests Update to match new NCBI record
I have confirmed that the test that is failing here is passing in the branch being merged, and thus should not have a problem once credentials are local. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve pending the test removal of package.nt
scripts/test/test_files/package.nt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like an accidental commit, duplicating the one in views/package.nt
Please try to remove it and see if that breaks any tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I double checked and it is not an accidental commit. I use the file for testing purposes in test_compute_complexity_score.py
on line 31. I took the package.nt file from the RBS-Collection repository and didn't rename it appropiately. I changed the name of the file to package_RBS_Collection.nt
Regression test will probably fail because we need to set up the IDT credentials as a GitHub secret in the parent iGEM-Engineering/iGEM-actions repository