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

More the one group of tests in the project #19

Open
daimor opened this issue Jul 10, 2023 · 1 comment
Open

More the one group of tests in the project #19

daimor opened this issue Jul 10, 2023 · 1 comment
Labels
client-mode Specific to client-centric development paradigm enhancement New feature or request

Comments

@daimor
Copy link
Member

daimor commented Jul 10, 2023

In IPM for instance we have integration_tests and unit_tests, and I'd like to see both of them available with this tool
So, I'd like to be able to configure it like this, I think

  "intersystems.testingManager.client.relativeTestRoot": [
    "tests/integration_tests",
    "tests/unit_tests"
  ]
@gjsjohnmurray gjsjohnmurray added enhancement New feature or request client-mode Specific to client-centric development paradigm labels Jul 27, 2023
@cambot
Copy link

cambot commented Sep 18, 2023

I do the same thing within my projects and would find this very helpful. Currently i run the %UnitTest.Manager for each sub-grouping.

I also work on a private git mono-repo that is a collection of IPM Modules, so there are multiple, unrelated test suites:

  • ./module1/tests/[unit|functional|integration]
  • ./module2/tests/[unit|functional|integration]
  • etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client-mode Specific to client-centric development paradigm enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants