jedie / django-tools

miscellaneous django tools
http://pypi.python.org/pypi/django-tools/
Other
128 stars 31 forks source link

run-server: do not make stderr output -> use style #78

Closed jedie closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #78 (72d19b2) into main (2d0e8c5) will increase coverage by 0.81%. The diff coverage is 98.42%.

@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
+ Coverage   76.35%   77.16%   +0.81%     
==========================================
  Files         156      157       +1     
  Lines        6216     6276      +60     
==========================================
+ Hits         4746     4843      +97     
+ Misses       1470     1433      -37     
Impacted Files Coverage Δ
...o_tools/unittest_utils/call_management_commands.py 92.30% <92.30%> (ø)
django_tools/__init__.py 100.00% <100.00%> (ø)
django_tools/management/commands/database_info.py 100.00% <100.00%> (ø)
django_tools/management/commands/run_testserver.py 100.00% <100.00%> (+64.28%) :arrow_up:
django_tools/unittest_utils/django_command.py 86.66% <100.00%> (ø)
django_tools_test_project/settings/base.py 100.00% <100.00%> (ø)
django_tools_test_project/tests/test_commands.py 100.00% <100.00%> (ø)
...ngo_tools_test_project/tests/test_database_info.py 100.00% <100.00%> (ø)
django_tools_test_project/tests/test_mockup.py 100.00% <100.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.