Commit 519d15bca20f08acce7d76d950d397654d8d248a

Authored by Sergio Oliveira
1 parent 5eca6359

Added script to run tests

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
runtests.sh 0 → 100755
... ... @@ -0,0 +1,5 @@
  1 +#!/bin/bash
  2 +
  3 +export DJANGO_SETTINGS_MODULE="colab.tests.settings"
  4 +
  5 +django-admin test
... ...