Paul Donald
Paul Donald
They're in alignment - just that the text in the columns is left aligned, but the headers are centered.
Could this PR get some love, @jow- @hnyman
Sorry - pushed from an older branch copy 👍
OK - rebased and updated.
`AssertionError: False is not true` for your ```python self.assertTrue(( # can be in either order "Updated contact details:\nmailto:[email protected]\nmailto:[email protected]" in log_string.decode("utf8") or "Updated contact details:\nmailto:[email protected]\nmailto:[email protected]" in log_string.decode("utf8") )) ``` My code...
A plausible fix for your test case is to add around L228 in `test_module.py`: ```python result = acme_tiny.main([ "--account-key", self.KEYS['account_key'].name, "--csr", self.KEYS['domain_csr'].name, "--acme-dir", self.tempdir, "--directory-url", self.DIR_URL, "--check-port", self.check_port, "--contact", "mailto:[email protected]",...
e.g. https://github.com/systemcrash/acme-tiny/commit/d05a2757523c27fe857c1e8acb98af6dc405a398
Well, I use other ACME providers, so this PR is actual. But if we want to exclude the other 90% of providers out there for the sake of 10-15 lines...
> Q: Any reason this should not be a plugin rather than a native module? Most optional parsers are published as plugins. I wrote it two years ago while everything...
> It's a TINY bit more involved than just changing folders, but really just about importing the pastash base filter. > You can take any relevant example plugin filter as...