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

Add additional DSL tests #968

Closed
mhsmith opened this issue Sep 20, 2023 · 0 comments
Closed

Add additional DSL tests #968

mhsmith opened this issue Sep 20, 2023 · 0 comments
Milestone

Comments

@mhsmith
Copy link
Member

mhsmith commented Sep 20, 2023

For example:

    def test_base_kotlin(self):
        pass  # FIXME


# FIXME for each element:
#     include both dot and brace notation
#     include both method and property notation
class Dsl(GradleTestCase):
    def test_old(self):
        pass  # FIXME

    def test_new_groovy(self):
        pass  # FIXME

    def test_new_kotlin(self):
        pass  # FIXME
@mhsmith mhsmith added this to the 15.0 milestone Sep 20, 2023
@mhsmith mhsmith closed this as completed in 2d4a6a2 Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant