pytest-dev / pytest-flask

A set of pytest fixtures to test Flask applications
http://pytest-flask.readthedocs.org/en/latest/
MIT License
483 stars 89 forks source link

Update CI Tests #146

Closed Yourun-proger closed 3 years ago

Yourun-proger commented 3 years ago

When someone changes something in the docs, .rst and .md files, unnecessary tests are run. This fix eliminates such launches.

northernSage commented 3 years ago

Hm, that makes me wonder if setting a webhook so docs are built on pull requests and publish to readthedocs on merges (automatically) wouldn't be more interesting for us. It would also prevent possible changes that break the sphinx building process of being merged by accident.

Unfortunately I don't think have the permission to set up webhooks on this repo, perhaps @nicoddemus could do it for us like he did for pytest-xprocess :bowtie: ?

Yourun-proger commented 3 years ago

Totally agree with you, @northernSage. There is a reason for this. But what do you think of this PR?

Yourun-proger commented 3 years ago

@northernSage =)