Skip to content

Make scala_db_test targets debuggable#7

Open
jadenPete wants to merge 1 commit into
lucidfrom
jpeterson-makes-scala-db-tests-debuggable
Open

Make scala_db_test targets debuggable#7
jadenPete wants to merge 1 commit into
lucidfrom
jpeterson-makes-scala-db-tests-debuggable

Conversation

@jadenPete
Copy link
Copy Markdown

No description provided.

SCALA_TEST("scala_test", LanguageClass.SCALA, RuleType.TEST),
SCALA_JUNIT_TEST("scala_junit_test", LanguageClass.SCALA, RuleType.TEST);
SCALA_JUNIT_TEST("scala_junit_test", LanguageClass.SCALA, RuleType.TEST),
SCALA_DB_TEST("_scala_db_test", LanguageClass.SCALA, RuleType.TEST);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's see if just checking that it's a _test and checking for a java info output group would suffice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants