Skip to content

Commit 288284a

Browse files
committed
Make "make test" to be a default test command and run Python 3 tests
1 parent b3bd8e8 commit 288284a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test-py2: build
5252
coverage report --rcfile=./.coveragerc
5353
coverage html --rcfile=./.coveragerc
5454

55-
test-py3: build
55+
test: build
5656
# Unit tests with coverage report
5757
coverage erase
5858
coverage run --rcfile=./.coveragerc -m unittest2 discover -s tests/unit/ -p test_*py3*.py

docs/main/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ follows `Semantic versioning`_
1010
Development version
1111
-------------------
1212
- Add tests for ``Selector`` provider.
13+
- Update Makefile to make Python 3 tests to be a default test command: ``make test``.
1314

1415
4.17.0
1516
------

0 commit comments

Comments
 (0)