Skip to content

pytest showing matplotlib figures when running without argument only #6

Description

@jbdurand

Running

/bin/sh
$ for t in $(ls *.py)
	do
		pytest $t
	done

does not cause pytest to show any figure (expected behaviour).

In contract, running
pytest or pytest *.py shows all figures.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

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