Julien

Results 34 comments of Julien

FIY I just released a plugin to generate RSS plugin using git log too: https://github.com/Guts/mkdocs-rss-plugin. I used (sometimes roughly copied/pasted) code from your plugins, as [mentioned in the credits](https://guts.github.io/mkdocs-rss-plugin/#credits). By...

So, we're in agreement ^^. On the other hand, , I think it's better to create a new repository than to use this one. This way, we start over on...

ping @posativ @ix5 @blatinier : any chance to see it merged or reviewed?

Thanks for your feedback. > f-strings are pretty dangerous, see [Armin Ronacher: Be Careful with Python's New-Style String Format](https://lucumr.pocoo.org/2016/12/29/careful-with-str-format/) I did not know that but it's quite old (not sure...

Sure! I did not write them because I can't find which tests framework is recommended. Can you tell me which one please? (pypi package name)

> We're using nosetests; you can invoke them with nose or by running "make test" Ok. What I need is the PyPi package to install it as testing dependency in...

> I think the pypi name is just "nose", but you should also be able to just use python's standard unittest framework to run the tests - we don't use...

> I & @mskian ended up creating this - https://github.com/mskian/isso-telegram-notifier Nice work! Why not develop it right into Isso?

Maybe we could start by add a linter like flake8 to improve code reliability? We could also add it as a git hook through pr-commit to enforce code homogeneity and...

> but it is unrelated to better tests. Woo @jelmer, you are quite harsh! I see a static analysis tool (linter) as a good complementary first step to better tests...