File: rules

package info (click to toggle)
python-flexmock 0.10.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 336 kB
  • sloc: python: 2,664; makefile: 151; sh: 76
file content (12 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=flexmock

%:
	dh $@ --with 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