lizardsystem / lizard-svg

interactively alter a svg image based on timeseries
GNU General Public License v3.0
1 stars 2 forks source link

lizard-svg is not yet present on Jenkins #4

Open swinkels opened 12 years ago

swinkels commented 12 years ago

As the title says, lizard-svg is not yet present on Jenkins.

mfrasca commented 12 years ago

I would not know what to do to put it in Jenkins. there are no unit tests in this application (I don't know how to test javascript) and I would not know whether you look at it as a "site" or as a "package". in my eyes, it's a package and as a package, I would unit-test it, but it's offensively small and not organized in a modular way (it has no units). so I don't see any possible action to make it "present on Jenkins".

swinkels commented 12 years ago

There is a buildout.cfg so the least one could do is try to run buildout. There is also a views.py that contains Python code. To me that looks like a prime candidate for pylint.

Jenkins does more than just execute the unit tests.