Skip to content

Commit 8cfeecd

Browse files
committed
Replace nose with pytest
1 parent 8c063bb commit 8cfeecd

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stages:
99
- pip install coverage flake8 mock pytest pytest-cov
1010
# - python3 setup.py check -mrs
1111
- flake8 src/pytiger
12-
- pytest --cov pytiger src/pytiger
12+
- pytest
1313

1414
build-py3.6:
1515
<<: *build_template

pytest.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2025 Tiger Computing Ltd
2+
# This file is part of pytiger and distributed under the terms
3+
# of a BSD-like license
4+
# See the file COPYING for details
5+
6+
[pytest]
7+
addopts =
8+
--cov=pytiger
9+
--cov-fail-under=90
10+
--cov-report=term-missing
11+
--cov-report=xml:coverage.xml
12+
--strict-config

setup.cfg

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)