mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
* chore: add the dependency testpath@0.6.0 * test(git-browse): add unit tests * fix: update origin name to `tj/git-extras`
23 lines
442 B
TOML
23 lines
442 B
TOML
[tool.poetry]
|
|
name = "git-extras-tests"
|
|
version = "0.1.0"
|
|
description = "tests for git extras"
|
|
authors = ["vanpipy <vanpipy@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
pytest = "7.4"
|
|
gitpython = "3.1.40"
|
|
testpath = "0.6.0"
|
|
|
|
[tool.pytest.ini_options]
|
|
minversion = "7.4"
|
|
addopts = "-ra -q"
|
|
testpaths = ["."]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|