-
Requested feature Why the feature is needed |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Here is a simple example why this does not work: TL;DR: |
Beta Was this translation helpful? Give feedback.
-
Possible solutions to the problem:
flowchart LR
some_package
mock --> some_package
some_package_test --> some_package
some_package_test --> mock
|
Beta Was this translation helpful? Give feedback.
Possible solutions to the problem:
_test
postfix for package in tests. Then the dependency graph will look like this: