Skip to content
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

Allow specification classes relative to (and hence distinct from) their parent module name #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adwait
Copy link
Collaborator

@adwait adwait commented Jan 12, 2025

In the config.json file, allow specification paths of form:

  1. path/file, which is a specification generated from class file in file path/file.py. Here path is a standard "/" separated file path, and file is a string without / or ..
  2. path/file.classname, which is a specification from class classname in file path.py. Here path is a standard "/" separated file path.
  3. will be deprecated: spec: which is a specification generated from the class spec in file specs/spec.py (in default specs directory)

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.

1 participant