File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Publishing new versions to [PyPI](https://pypi.org/project/apify) is automated t
143
143
144
144
``` toml
145
145
[project ]
146
- name = " crawlee "
146
+ name = " apify "
147
147
version = " x.z.y"
148
148
```
149
149
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ type-check:
25
25
uv run mypy
26
26
27
27
unit-tests :
28
- uv run pytest --numprocesses=auto --verbose --cov=src/crawlee tests/unit
28
+ uv run pytest --numprocesses=auto --verbose --cov=src/apify tests/unit
29
29
30
30
unit-tests-cov :
31
- uv run pytest --numprocesses=auto --verbose --cov=src/crawlee --cov-report=html tests/unit
31
+ uv run pytest --numprocesses=auto --verbose --cov=src/apify --cov-report=html tests/unit
32
32
33
33
integration-tests :
34
34
uv run pytest --numprocesses=$(INTEGRATION_TESTS_CONCURRENCY ) tests/integration
You can’t perform that action at this time.
0 commit comments