We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bd8e8 commit 288284aCopy full SHA for 288284a
Makefile
@@ -52,7 +52,7 @@ test-py2: build
52
coverage report --rcfile=./.coveragerc
53
coverage html --rcfile=./.coveragerc
54
55
-test-py3: build
+test: build
56
# Unit tests with coverage report
57
coverage erase
58
coverage run --rcfile=./.coveragerc -m unittest2 discover -s tests/unit/ -p test_*py3*.py
docs/main/changelog.rst
@@ -10,6 +10,7 @@ follows `Semantic versioning`_
10
Development version
11
-------------------
12
- Add tests for ``Selector`` provider.
13
+- Update Makefile to make Python 3 tests to be a default test command: ``make test``.
14
15
4.17.0
16
------
0 commit comments