How to use the automatix.widgets.base.Widget function in automatix

To help you get started, we’ve selected a few automatix examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github kermitfr / kermit-webui / src / kermit / widgets / tests.py View on Github external
def test_templatetag(self):
        
        class TestWidget(Widget):
            template = "hello.html"
            
            def get_context(self):
                return {"hello":"world"}

automatix

Automation wrapper for bash and python commands

MIT
Latest version published 2 months ago

Package Health Score

64 / 100
Full package analysis