Unity Issue Tracker - Test assembly files are not generated when using a local package included in a subdirectory
Closed
UUM-109541
Test assembly files are not generated when using a local package included in a subdirectory
Unity: Test Framework
As Designed
6.2.X
6.1.X
6.0.X
2022.3.X
The packages, containing tests should be marked as testables in manifest.json of the project - documentation about it -https://docs.unity3d.com/6000.1/Documentation/Manual/cus-tests.html#tests
Reproduction steps:
1. Open the attached “IN-104694_package_tests” project
2. Click Window > General > Test Runner
3. In the Test Runner window, observe available tests
Expected results: Tests assembly from a specified package is generated and tests from local packages are available in the Test Runner
Actual results: Tests from specified package fail to appear in the Test Runner when the packages are located in subdirectories