protostar icon indicating copy to clipboard operation
protostar copied to clipboard

Fix test name resolving logic

Open cptartur opened this issue 1 year ago • 4 comments

Compiler's collect_tests adds whole paths in the filesystem to test names that are defined inline with the implementation.

e.g. /abs/path/to/file/src::test_fib instead of just src::test_fib

In #1999 basic handling for this was added by just stripping the path from the name.

We should introduce the required changes to test collecting so paths are not included in the first place and remove the stripping logic.

There's a high chance this is related to #2092, so we should first resolve #2092 before starting this issue.

cptartur avatar Jun 19 '23 09:06 cptartur

@cptartur Can you provide some explanation here please 🥺

MaksymilianDemitraszek avatar Jun 19 '23 09:06 MaksymilianDemitraszek

@cptartur Can you provide some explanation here please 🥺

Working on it

cptartur avatar Jun 19 '23 09:06 cptartur

Blocked by #2092

cptartur avatar Jun 19 '23 09:06 cptartur

No longer blocked

cptartur avatar Jun 29 '23 09:06 cptartur