oliverandrich / django-tailwind-cli

Django and Tailwind integration based on the prebuilt Tailwind CSS CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend testsuite to include test for the `runserver`and `runserver_plus` command

oliverandrich opened this issue · comments

As the pull request #57 has shown, the test suite doesn't test the runserver and the runserver_plus command.

The complicated part with these tests is, that the management commands start subprocesses and the output of these subprocesses has to be checked.

Closed by 9667768.