Skip to content

Create single report for Django #44

@rvnovaes

Description

@rvnovaes

Hello to all!

Is is possible to generate a single report for a django project. For instance, let's suppose our django project has 2 apps: app1 and app2. When executing python manage.py test app1 app2 I would like to have all the output to a single file, instead of the two that are generated. The reason is that the sonarqube python plugin expects only one nosetests.xml file. It would be nice to have it as a setting on settings.py. For instance:
TEST_OUTPUT_TO_SINGLE_FILE = true or false
TEST_OUTPUT_FILE_NAME = nosetests.xml

Metadata

Metadata

Assignees

No one assigned

    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