Skip to content

feat: setup function as public #1612

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

paaragon
Copy link
Collaborator

@paaragon paaragon commented Apr 7, 2025

Summary

This PR refactors how the public scope of functions is managed in the Program by:

Removing the PUBLIC_GROUP_NAME constant. Introducing a new Program.public` attribute to manage public scope.

Additional Changes

Updated the tox.ini configuration to support running individual test classes or test methods with a more flexible syntax:

tox -e py311 -- tests.api.test_allowlist.YourTestClass
tox -e py311 -- tests.api.test_allowlist.YourTestClass.test_your_specific_method

@Tansito Tansito marked this pull request as draft April 28, 2025 17:08
@Tansito
Copy link
Member

Tansito commented Apr 28, 2025

I'm going to move this PR as draft because it is possible that we deprecate the support to public Functions relatively soon.

cc/ @korgan00 , @pandasa123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants