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

Support before/after in DSL #498

Open
niknetniko opened this issue Feb 15, 2024 · 0 comments
Open

Support before/after in DSL #498

niknetniko opened this issue Feb 15, 2024 · 0 comments
Labels
dsl enhancement New feature or request

Comments

@niknetniko
Copy link
Member

The before attribute is actually used by people, e.g.

"before":  {
    "python": {
        "data": "import random; random.seed(7247)"
    }
},

This is currently not supported in the DSL, but it would be fairly easy to to do. Once we do, we can point more people towards the DSL (which has better error messages in general).

@niknetniko niknetniko added enhancement New feature or request dsl labels Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dsl enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant