[Buildroot] [PATCH 2/2] support/testing: add python-django test

Arnout Vandecappelle arnout at mind.be
Thu Dec 5 23:35:43 UTC 2019



On 04/12/2019 21:06, aduskett at gmail.com wrote:
> +        _, exit_code = self.emulator.run(cmd)
> +        self.assertEqual(exit_code, 0)
> +

 flake8 complained about a missing empty line here, so I pushed a fixup commit.

 Please run flake8 before submitting :-)

 Regards,
 Arnout

> +class TestPythonPy3Django(TestPythonDjango):
> +    __test__ = True
> +    config = TestPythonDjango.config + \
> +        """



More information about the buildroot mailing list