-
Notifications
You must be signed in to change notification settings - Fork 0
fix: deep_import on a repository loading #62
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
Conversation
@@ -12,10 +12,11 @@ jobs: | |||
Lint: | |||
runs-on: ubuntu-latest | |||
steps: | |||
- uses: actions/checkout@v2 | |||
- uses: actions/setup-python@v2.2.1 | |||
- uses: actions/checkout@v4 |
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.
Drive by clean up of CI tasks. This will now honor the .tool-versions
@@ -1,3 +1,3 @@ | |||
just 1.13.0 | |||
poetry 1.5.1 | |||
python 3.9.15 | |||
poetry 1.8.3 |
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.
Now matches assetdb, platform, and executions.
return super().run_query("repository", args, response) | ||
|
||
def test_add_repository(self): | ||
res, body = self.run_query( |
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.
Hide most of the ickyness in a base method so the tests are cleaner.
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.
LGTM
No description provided.