Johnny Deuss
Johnny Deuss
I've run into this exact issue as well. I've currently worked around it by adding a `setUpClass` method to skip the unparameterized test case. ```python @parameterized_class(...) class FooTests(FooTestMethods, unittest.TestCase): @classmethod...
@W3D3 is right about using a hook ([GitHub's Webhooks API](https://developer.github.com/webhooks/)). I'm willing to code it, but you'll still need a server to host the auto-updating script that gets posted to....
I've got the script working, it automatically updates the stylesheet and syncs the assets folder with the reddit image. I am testing with the css/assets from this repo, but I'm...
Seems to work properly. But it does looks like the assets on reddit are not the same as those on GitHub. This is what I get when I sync everything...
@purduekenny The script is already on a GitHub repo of mine, so you can already set it up on a server. The images on this repo are outdated though, or...