-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QA Spider #33
Comments
I currently use this hack for naucse.python.cz: https://gist.github.com/encukou/6f0038a3e104dfbed8a08031de03ab0b |
Note that LinkChecker and similar tools exist, but all seem to target already deployed sites. |
Already deployed sites - not a problem, we can |
Indeed (it won't find orphaned pages, but I guess that's not that important) |
I think Flask-Frozen does this out of the box, sort of. It follows links and if there is a route which isn't linked, you need to write a generator for it. So it should be enough if you don't write any generators 😄 |
Also, many of the points are provided by Sphinx extensions. I'm wondering whether we're not reimplementing a wheel here. |
Sphinx is nice, but I don't think it's really useful for sites that run on Elsa – I wouldn't want to rewrite pyladies.cz, fedoralovespython.org to ReST... |
Makes sense. I thought more about Naucse.
…On Fri, 10 Aug 2018 at 13:55, Petr Viktorin ***@***.***> wrote:
Sphinx is nice, but I don't think it's really useful for sites that run on
Elsa – I wouldn't want to rewrite pyladies.cz, fedoralovespython.org to
ReST...
Something generic (or at least specific to Flask) would be more
appropriate.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AARTMXXD8g6T8fzwK2bpYWUw-pqXr9Hdks5uPXSXgaJpZM4MfgnD>
.
|
Make a spider tool that will go through all pages of a site and check stuff. It would run as part of CI and reject bad PRs.
This might make more sense as a separate project, not part of elsa, but tracker currently this seems like the best place to track the idea.
Please coordinate here before starting work; a few people are exploring the idea.
Ideas for checks:
The text was updated successfully, but these errors were encountered: