Corey McCandless
Corey McCandless
> Is there a (good enough) reason not to use pytest as the "blessed" runner? Reasons not to restrict to single test runner (I don't know if any of them...
> Propose we change this into a concept exercise around docstring and doctest best practices Agreed > and formatting for documentation generator tools such as Sphinx. I think perhaps doctest...
I went ahead and forked this repo and [deployed it myself](https://cmccandless.github.io/git-flight-rules). I have not and will not modify any of the content, and plan to delete my fork when/if this...
I think I have an idea on how to implement this. What database does the backend use (MySQL?)?
@artemgurzhii My idea is to replace the existing table with the following: ```SQL CREATE TABLE( id SERIAL NOT NULL, url VARCHAR(100) NOT NULL, json VARCHAR(120), watching BOOLEAN, build VARCHAR(9), watchonlyfailing...
It will take me some time, maybe not before the New Year.