Skip to content

The fully qualified name of the produced annotations.yml should have the path specified with dots instead of slashes #15

@lfvbarcus

Description

@lfvbarcus

Currently, the produced annotations.yml file produces a value for the key fullyQualifiedName that is specified with /. The path should be specified with dots (.) rather than slashes to match the pytest report format.

As of now, the fullyQualifiedName looks like this:

tests/unit/reqstool/commands/status/test_statistics_generator.test_calculate_test_basic

and it should look like this:

tests.unit.reqstool.commands.status.test_statistics_generator.test_calculate_test_basic

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions