-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
51 lines (48 loc) · 1.27 KB
/
Copy pathsetup.cfg
File metadata and controls
51 lines (48 loc) · 1.27 KB
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
49
50
51
[metadata]
name = pytest-dash
version = attr: pytest_dash.__version__
author = Philippe Duval
author_email = [email protected]
description = pytest fixtures to run dash applications.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = dash, plotly, pytest
url = https://github.com/T4rk1n/pytest-dash
license = MIT
classifiers =
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
License :: OSI Approved :: MIT License
Framework :: Pytest
Framework :: Flask
Intended Audience :: Developers
Topic :: Software Development :: Testing
[options]
packages =
pytest_dash
install_requires =
pytest
percy
flask
requests
dash
waitress
ruamel.yaml
selenium
lark-parser
[options.entry_points]
pytest11 =
pytest_dash = pytest_dash.plugin
[yapf]
based_on_style = pep8
dedent_closing_brackets = true
coalesce_brackets = true
each_dict_entry_on_separate_line = true
split_before_closing_bracket = true
split_before_first_argument= true