-
Notifications
You must be signed in to change notification settings - Fork 1
fix: module naming and enable testing #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
Conversation
speakeasybot
commented
Apr 28, 2025
•
edited
Loading
edited
- The following desirable module naming is now supported:
- Testing has been enabled
@@ -1,5 +1,5 @@ | |||
[project] | |||
name = "glean" | |||
name = "api-client-glean" |
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.
key change
@@ -0,0 +1 @@ | |||
pyproject.toml |
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 means we won't automatically re-generate pyproject.toml
going forward. This isn't ideal as it could cause unexpected issues however this is what enables us to have the desired package vs module naming in the short term until a generator config feature is exposed.
@@ -94,7 +93,7 @@ sdk = Glean( | |||
|
|||
Once that is saved to a file, you can run it with `uv run script.py` where | |||
`script.py` can be replaced with the actual file name. | |||
<!-- End SDK Installation [installation] --> | |||
<!-- No SDK Installation [installation] --> |
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.
4fccf3d
to
2afe87d
Compare
f6b33cd
to
c30e331
Compare
SDK Tests Report
|