forked from tarpas/pytest-testmon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
49 lines (45 loc) · 1.35 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
name = pytest-testmon
version = 1.3.6
license = AGPL
author_email = [email protected]
author = Tibor Arpas, Tomas Matlovic, Daniel Hahler, Martin Racak
description = selects tests affected by changed files and methods
long_description = file: README.md
long_description_content_type = text/markdown
url = https://testmon.org
project_urls =
Source=https://github.com/tarpas/pytest-testmon
platforms =
linux
osx
win32
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Topic :: Software Development :: Testing
Topic :: Software Development :: Libraries
Topic :: Utilities
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Framework :: Pytest
[options]
python_requires = >=3.7, <3.12
install_requires =
pytest>=5,<8
coverage>=5,<7
packages =
testmon
[options.entry_points]
pytest11 =
testmon = testmon.pytest_testmon
tox =
testmon = testmon.tox_testmon