Explorar el Código

[fish] Add a shortcut to faster django tests

Colin Powell hace 5 años
padre
commit
38dea5ef7f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      fish/.config/fish/functions/djtest.fish

+ 3 - 0
fish/.config/fish/functions/djtest.fish

@@ -0,0 +1,3 @@
+function djtest
+	DJANGO_SETTINGS_MODULE=ff.settings.ci python manage.py test $1
+end