File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 19
19
echo $build_version
20
20
poetry version $build_version
21
21
- run : poetry build
22
- - run : pip install "dist/deepcov-$(poetry version -s).tar.gz"
22
+ - run : pip install "dist/pytest- deepcov-$(poetry version -s).tar.gz"
23
23
- run : pip install twine
24
24
- run : ls -la dist
25
25
- run : twine upload --repository testpypi dist/* -ualex-treebeard-test -p${{ secrets.TEST_PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
- name = " deepcov"
2
+ name = " pytest- deepcov"
3
3
version = " 0.0.1"
4
4
license = " Apache-2.0"
5
5
homepage = " https://github.com/treebeardtech/deepcov"
Original file line number Diff line number Diff line change 3
3
4
4
import pytest
5
5
from click .testing import CliRunner
6
- from deepcov import cli
7
6
from deepcov .cli import File
8
7
from snapshottest .pytest import PyTestSnapshotTest
9
8
from tests .util import RESOURCES
10
9
10
+ from deepcov import cli
11
+
11
12
pytest_plugins = "pytester"
12
13
import shutil
13
14
import sys
You can’t perform that action at this time.
0 commit comments