Browse Source

[fish] Add a shortcut to faster django tests

Colin Powell 5 năm trước cách đây
mục cha
commit
38dea5ef7f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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