File: rules

package info (click to toggle)
python-flexmock 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 352 kB
  • ctags: 653
  • sloc: python: 2,643; makefile: 151; sh: 86
file content (12 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=flexmock

%:
	dh $@ --with python2,python3 --buildsystem pybuild

override_dh_auto_test:
	dh_auto_test -- --system=custom \
		--test-args '{interpreter} tests/flexmock_unittest_test.py'
	dh_auto_test -- --test-nose --test-args tests/flexmock_nose_test.py
	dh_auto_test -- --test-pytest --test-args tests/flexmock_pytest_test.py