Skip to content

Commit f4e0ad1

Browse files
committed
📚 use pytest
1 parent 3e0efd0 commit f4e0ad1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: test
3030
run: |
3131
pip freeze
32-
nosetests --verbosity=3 --with-coverage --cover-package pyexcel_ods --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst docs/source pyexcel_ods
32+
make test
33+
3334
- name: Upload coverage
3435
uses: codecov/codecov-action@v1
3536
with:

pyexcel-ods.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ test_dependencies:
1818
description: A wrapper library to read, manipulate and write data in ods format
1919
python_requires: ">=3.6"
2020
min_python_version: "3.6"
21+
use_pytest: true

0 commit comments

Comments
 (0)