File: python3-django-postorius

package info (click to toggle)
postorius 1.3.4-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,304 kB
  • sloc: javascript: 11,237; python: 8,667; makefile: 135; sh: 4
file content (8 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

service mailman3 stop
ln -s /usr/lib/mailman3/bin/runner  /usr/bin/runner

cd ./example_project

PYTHONPATH=../src pytest-3 ../src --tb=long --create-db --reuse-db --ds=test_settings