File: pytest.ini

package info (click to toggle)
python-bitarray 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,288 kB
  • sloc: python: 11,456; ansic: 7,657; makefile: 73; sh: 6
file content (14 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file merely exists to allow running the tests using pytest without
# additional options.  That is (from the source tree):
#
# $ pytest
#
# The bitarray tests themselves do not depend on pytest, and the recommended
# way to run the tests is (from the source tree on in an installed system):
#
# $ python -c 'import bitarray; assert bitarray.test().wasSuccessful()'
#
# Unlike just running pytest, this will provide useful debug information.

[pytest]
testpaths = bitarray