Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test

Results 1 - 2 of 2 for timestamp:[now/d-1M TO *] (0.02 sec)

Similar results are displayed.

  1. Managing dependencies | 1.7 | Documentation | P...

    Managing dependencies Dependency groups Poetry provides a way to organize your dependencies by groups. For instance, you might have dependencies that are only needed to test your project or to build the documentation. To declare a new dependency group, use a tool.poetry.group.<group> section where <group> is the name of your dependency group (for instance, test): [tool.poetry.group.test] # This part can be left out [tool.poetry.group.test.dependencies] pytest = "^6.0.0" pytest-mock = "*" Note All dependencies must be compatible with each other across groups since they will be resolved regardless of whether they are required for installation or not (see Installing group dependencies).
    python-poetry.org/docs/1.7/managing-dependencies/
    Registered: Mon Oct 28 13:27:55 UTC 2024
    - Last Modified: Mon Oct 28 13:27:55 UTC 2024
    - 67K bytes
    - Viewed (0)
  2. Managing dependencies | Documentation | Poetry ...

    Managing dependencies Dependency groups Poetry provides a way to organize your dependencies by groups. For instance, you might have dependencies that are only needed to test your project or to build the documentation. To declare a new dependency group, use a tool.poetry.group.<group> section where <group> is the name of your dependency group (for instance, test): [tool.poetry.group.test] # This part can be left out [tool.poetry.group.test.dependencies] pytest = "^6.0.0" pytest-mock = "*" Note All dependencies must be compatible with each other across groups since they will be resolved regardless of whether they are required for installation or not (see Installing group dependencies).
    python-poetry.org/docs/managing-dependencies/
    Registered: Mon Oct 28 13:24:20 UTC 2024
    - Last Modified: Mon Oct 28 00:35:53 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top