Files @ 26fb17b4f925
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Thomas De Schampheleire
tests: remove custom test_context

All test_context callers now use tg.util.webtest.test_context.
The custom kallithea.tests.test_context.test_context was only temporarily
added for the transition from Pylons to Turbogears2.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh