experimental-lowqa 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- experimental_lowqa-0.1.0/LICENSE +21 -0
- experimental_lowqa-0.1.0/PKG-INFO +87 -0
- experimental_lowqa-0.1.0/README.md +52 -0
- experimental_lowqa-0.1.0/experimental_lowqa/__init__.py +13 -0
- experimental_lowqa-0.1.0/experimental_lowqa/app.py +31 -0
- experimental_lowqa-0.1.0/experimental_lowqa/commands/all.py +18 -0
- experimental_lowqa-0.1.0/experimental_lowqa/dev_requirements.txt +13 -0
- experimental_lowqa-0.1.0/experimental_lowqa/py.typed +0 -0
- experimental_lowqa-0.1.0/experimental_lowqa/requirements.txt +1 -0
- experimental_lowqa-0.1.0/experimental_lowqa.egg-info/PKG-INFO +87 -0
- experimental_lowqa-0.1.0/experimental_lowqa.egg-info/SOURCES.txt +16 -0
- experimental_lowqa-0.1.0/experimental_lowqa.egg-info/dependency_links.txt +1 -0
- experimental_lowqa-0.1.0/experimental_lowqa.egg-info/requires.txt +16 -0
- experimental_lowqa-0.1.0/experimental_lowqa.egg-info/top_level.txt +1 -0
- experimental_lowqa-0.1.0/pyproject.toml +44 -0
- experimental_lowqa-0.1.0/setup.cfg +4 -0
- experimental_lowqa-0.1.0/setup.py +38 -0
- experimental_lowqa-0.1.0/tests/test_resources.py +13 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Vaughn Kottler
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: experimental-lowqa
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Read the sign.
|
|
5
|
+
Home-page: https://github.com/vkottler/experimental-lowqa
|
|
6
|
+
Author: Vaughn Kottler
|
|
7
|
+
Author-email: Vaughn Kottler <vaughnkottler@gmail.com>
|
|
8
|
+
Maintainer-email: Vaughn Kottler <vaughnkottler@gmail.com>
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
12
|
+
Classifier: Operating System :: MacOS
|
|
13
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
14
|
+
Classifier: Operating System :: Unix
|
|
15
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
16
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
17
|
+
Requires-Python: >=3.11
|
|
18
|
+
Description-Content-Type: text/markdown
|
|
19
|
+
License-File: LICENSE
|
|
20
|
+
Requires-Dist: vcorelib
|
|
21
|
+
Provides-Extra: test
|
|
22
|
+
Requires-Dist: pylint; extra == "test"
|
|
23
|
+
Requires-Dist: flake8; extra == "test"
|
|
24
|
+
Requires-Dist: black; extra == "test"
|
|
25
|
+
Requires-Dist: ruff; extra == "test"
|
|
26
|
+
Requires-Dist: mypy; extra == "test"
|
|
27
|
+
Requires-Dist: isort; extra == "test"
|
|
28
|
+
Requires-Dist: yamllint; extra == "test"
|
|
29
|
+
Requires-Dist: yambs; extra == "test"
|
|
30
|
+
Requires-Dist: vmklib; extra == "test"
|
|
31
|
+
Requires-Dist: sphinx; extra == "test"
|
|
32
|
+
Requires-Dist: sphinx-book-theme; extra == "test"
|
|
33
|
+
Requires-Dist: setuptools-wrapper; extra == "test"
|
|
34
|
+
Requires-Dist: types-setuptools; extra == "test"
|
|
35
|
+
|
|
36
|
+
<!--
|
|
37
|
+
=====================================
|
|
38
|
+
generator=datazen
|
|
39
|
+
version=3.1.4
|
|
40
|
+
hash=280d19d80c6438c0548d2af5c21b34a0
|
|
41
|
+
=====================================
|
|
42
|
+
-->
|
|
43
|
+
|
|
44
|
+
# experimental-lowqa ([0.1.0](https://pypi.org/project/experimental-lowqa/))
|
|
45
|
+
|
|
46
|
+
[](https://pypi.org/project/experimental-lowqa/)
|
|
47
|
+

|
|
48
|
+
[](https://codecov.io/github/vkottler/experimental-lowqa)
|
|
49
|
+

|
|
50
|
+

|
|
51
|
+
|
|
52
|
+
*Read the sign.*
|
|
53
|
+
|
|
54
|
+
## Documentation
|
|
55
|
+
|
|
56
|
+
### Generated
|
|
57
|
+
|
|
58
|
+
* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/experimental-lowqa)
|
|
59
|
+
(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
|
|
60
|
+
* By [pydoc](https://vkottler.github.io/python/pydoc/experimental_lowqa.html)
|
|
61
|
+
(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)
|
|
62
|
+
|
|
63
|
+
## Python Version Support
|
|
64
|
+
|
|
65
|
+
This package is tested with the following Python minor versions:
|
|
66
|
+
|
|
67
|
+
* [`python3.11`](https://docs.python.org/3.11/)
|
|
68
|
+
* [`python3.12`](https://docs.python.org/3.12/)
|
|
69
|
+
|
|
70
|
+
## Platform Support
|
|
71
|
+
|
|
72
|
+
This package is tested on the following platforms:
|
|
73
|
+
|
|
74
|
+
* `ubuntu-latest`
|
|
75
|
+
* `macos-latest`
|
|
76
|
+
* `windows-latest`
|
|
77
|
+
|
|
78
|
+
# Introduction
|
|
79
|
+
|
|
80
|
+
# Internal Dependency Graph
|
|
81
|
+
|
|
82
|
+
A coarse view of the internal structure and scale of
|
|
83
|
+
`experimental-lowqa`'s source.
|
|
84
|
+
Generated using [pydeps](https://github.com/thebjorn/pydeps) (via
|
|
85
|
+
`mk python-deps`).
|
|
86
|
+
|
|
87
|
+

|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
=====================================
|
|
3
|
+
generator=datazen
|
|
4
|
+
version=3.1.4
|
|
5
|
+
hash=280d19d80c6438c0548d2af5c21b34a0
|
|
6
|
+
=====================================
|
|
7
|
+
-->
|
|
8
|
+
|
|
9
|
+
# experimental-lowqa ([0.1.0](https://pypi.org/project/experimental-lowqa/))
|
|
10
|
+
|
|
11
|
+
[](https://pypi.org/project/experimental-lowqa/)
|
|
12
|
+

|
|
13
|
+
[](https://codecov.io/github/vkottler/experimental-lowqa)
|
|
14
|
+

|
|
15
|
+

|
|
16
|
+
|
|
17
|
+
*Read the sign.*
|
|
18
|
+
|
|
19
|
+
## Documentation
|
|
20
|
+
|
|
21
|
+
### Generated
|
|
22
|
+
|
|
23
|
+
* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/experimental-lowqa)
|
|
24
|
+
(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
|
|
25
|
+
* By [pydoc](https://vkottler.github.io/python/pydoc/experimental_lowqa.html)
|
|
26
|
+
(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)
|
|
27
|
+
|
|
28
|
+
## Python Version Support
|
|
29
|
+
|
|
30
|
+
This package is tested with the following Python minor versions:
|
|
31
|
+
|
|
32
|
+
* [`python3.11`](https://docs.python.org/3.11/)
|
|
33
|
+
* [`python3.12`](https://docs.python.org/3.12/)
|
|
34
|
+
|
|
35
|
+
## Platform Support
|
|
36
|
+
|
|
37
|
+
This package is tested on the following platforms:
|
|
38
|
+
|
|
39
|
+
* `ubuntu-latest`
|
|
40
|
+
* `macos-latest`
|
|
41
|
+
* `windows-latest`
|
|
42
|
+
|
|
43
|
+
# Introduction
|
|
44
|
+
|
|
45
|
+
# Internal Dependency Graph
|
|
46
|
+
|
|
47
|
+
A coarse view of the internal structure and scale of
|
|
48
|
+
`experimental-lowqa`'s source.
|
|
49
|
+
Generated using [pydeps](https://github.com/thebjorn/pydeps) (via
|
|
50
|
+
`mk python-deps`).
|
|
51
|
+
|
|
52
|
+

|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# =====================================
|
|
2
|
+
# generator=datazen
|
|
3
|
+
# version=3.1.4
|
|
4
|
+
# hash=f5fc1c16a1b143b4c8193575ca638441
|
|
5
|
+
# =====================================
|
|
6
|
+
|
|
7
|
+
"""
|
|
8
|
+
Useful defaults and other package metadata.
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
DESCRIPTION = "Read the sign."
|
|
12
|
+
PKG_NAME = "experimental-lowqa"
|
|
13
|
+
VERSION = "0.1.0"
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"""
|
|
2
|
+
This package's command-line entry-point application.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
# built-in
|
|
6
|
+
from argparse import ArgumentParser as _ArgumentParser
|
|
7
|
+
from argparse import Namespace as _Namespace
|
|
8
|
+
from typing import Optional as _Optional
|
|
9
|
+
|
|
10
|
+
# third-party
|
|
11
|
+
from vcorelib.args import CommandFunction as _CommandFunction
|
|
12
|
+
from vcorelib.args import app_args as _app_args
|
|
13
|
+
|
|
14
|
+
# internal
|
|
15
|
+
from experimental_lowqa.commands.all import commands
|
|
16
|
+
|
|
17
|
+
COMMAND: _Optional[_CommandFunction] = None
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
def entry(args: _Namespace) -> int:
|
|
21
|
+
"""Execute the requested task."""
|
|
22
|
+
|
|
23
|
+
assert COMMAND is not None
|
|
24
|
+
return COMMAND(args)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def add_app_args(parser: _ArgumentParser) -> None:
|
|
28
|
+
"""Add application-specific arguments to the command-line parser."""
|
|
29
|
+
global COMMAND # pylint: disable=global-statement
|
|
30
|
+
add, COMMAND = _app_args(commands, {})
|
|
31
|
+
add(parser)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"""
|
|
2
|
+
A module aggregating package commands.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
# built-in
|
|
6
|
+
from typing import List as _List
|
|
7
|
+
from typing import Tuple as _Tuple
|
|
8
|
+
|
|
9
|
+
# third-party
|
|
10
|
+
from vcorelib.args import CommandRegister as _CommandRegister
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def commands() -> _List[_Tuple[str, str, _CommandRegister]]:
|
|
14
|
+
"""Get this package's commands."""
|
|
15
|
+
|
|
16
|
+
return [
|
|
17
|
+
("noop", "command stub (does nothing)", lambda _: lambda _: 0),
|
|
18
|
+
]
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
vcorelib
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: experimental-lowqa
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Read the sign.
|
|
5
|
+
Home-page: https://github.com/vkottler/experimental-lowqa
|
|
6
|
+
Author: Vaughn Kottler
|
|
7
|
+
Author-email: Vaughn Kottler <vaughnkottler@gmail.com>
|
|
8
|
+
Maintainer-email: Vaughn Kottler <vaughnkottler@gmail.com>
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
12
|
+
Classifier: Operating System :: MacOS
|
|
13
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
14
|
+
Classifier: Operating System :: Unix
|
|
15
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
16
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
17
|
+
Requires-Python: >=3.11
|
|
18
|
+
Description-Content-Type: text/markdown
|
|
19
|
+
License-File: LICENSE
|
|
20
|
+
Requires-Dist: vcorelib
|
|
21
|
+
Provides-Extra: test
|
|
22
|
+
Requires-Dist: pylint; extra == "test"
|
|
23
|
+
Requires-Dist: flake8; extra == "test"
|
|
24
|
+
Requires-Dist: black; extra == "test"
|
|
25
|
+
Requires-Dist: ruff; extra == "test"
|
|
26
|
+
Requires-Dist: mypy; extra == "test"
|
|
27
|
+
Requires-Dist: isort; extra == "test"
|
|
28
|
+
Requires-Dist: yamllint; extra == "test"
|
|
29
|
+
Requires-Dist: yambs; extra == "test"
|
|
30
|
+
Requires-Dist: vmklib; extra == "test"
|
|
31
|
+
Requires-Dist: sphinx; extra == "test"
|
|
32
|
+
Requires-Dist: sphinx-book-theme; extra == "test"
|
|
33
|
+
Requires-Dist: setuptools-wrapper; extra == "test"
|
|
34
|
+
Requires-Dist: types-setuptools; extra == "test"
|
|
35
|
+
|
|
36
|
+
<!--
|
|
37
|
+
=====================================
|
|
38
|
+
generator=datazen
|
|
39
|
+
version=3.1.4
|
|
40
|
+
hash=280d19d80c6438c0548d2af5c21b34a0
|
|
41
|
+
=====================================
|
|
42
|
+
-->
|
|
43
|
+
|
|
44
|
+
# experimental-lowqa ([0.1.0](https://pypi.org/project/experimental-lowqa/))
|
|
45
|
+
|
|
46
|
+
[](https://pypi.org/project/experimental-lowqa/)
|
|
47
|
+

|
|
48
|
+
[](https://codecov.io/github/vkottler/experimental-lowqa)
|
|
49
|
+

|
|
50
|
+

|
|
51
|
+
|
|
52
|
+
*Read the sign.*
|
|
53
|
+
|
|
54
|
+
## Documentation
|
|
55
|
+
|
|
56
|
+
### Generated
|
|
57
|
+
|
|
58
|
+
* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/experimental-lowqa)
|
|
59
|
+
(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
|
|
60
|
+
* By [pydoc](https://vkottler.github.io/python/pydoc/experimental_lowqa.html)
|
|
61
|
+
(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)
|
|
62
|
+
|
|
63
|
+
## Python Version Support
|
|
64
|
+
|
|
65
|
+
This package is tested with the following Python minor versions:
|
|
66
|
+
|
|
67
|
+
* [`python3.11`](https://docs.python.org/3.11/)
|
|
68
|
+
* [`python3.12`](https://docs.python.org/3.12/)
|
|
69
|
+
|
|
70
|
+
## Platform Support
|
|
71
|
+
|
|
72
|
+
This package is tested on the following platforms:
|
|
73
|
+
|
|
74
|
+
* `ubuntu-latest`
|
|
75
|
+
* `macos-latest`
|
|
76
|
+
* `windows-latest`
|
|
77
|
+
|
|
78
|
+
# Introduction
|
|
79
|
+
|
|
80
|
+
# Internal Dependency Graph
|
|
81
|
+
|
|
82
|
+
A coarse view of the internal structure and scale of
|
|
83
|
+
`experimental-lowqa`'s source.
|
|
84
|
+
Generated using [pydeps](https://github.com/thebjorn/pydeps) (via
|
|
85
|
+
`mk python-deps`).
|
|
86
|
+
|
|
87
|
+

|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
README.md
|
|
3
|
+
pyproject.toml
|
|
4
|
+
setup.py
|
|
5
|
+
experimental_lowqa/__init__.py
|
|
6
|
+
experimental_lowqa/app.py
|
|
7
|
+
experimental_lowqa/dev_requirements.txt
|
|
8
|
+
experimental_lowqa/py.typed
|
|
9
|
+
experimental_lowqa/requirements.txt
|
|
10
|
+
experimental_lowqa.egg-info/PKG-INFO
|
|
11
|
+
experimental_lowqa.egg-info/SOURCES.txt
|
|
12
|
+
experimental_lowqa.egg-info/dependency_links.txt
|
|
13
|
+
experimental_lowqa.egg-info/requires.txt
|
|
14
|
+
experimental_lowqa.egg-info/top_level.txt
|
|
15
|
+
experimental_lowqa/commands/all.py
|
|
16
|
+
tests/test_resources.py
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
experimental_lowqa
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools-wrapper", "trove-classifiers"]
|
|
3
|
+
build-backend = "setuptools.build_meta:__legacy__"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "experimental-lowqa"
|
|
7
|
+
version = "0.1.0"
|
|
8
|
+
description = "Read the sign."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.11"
|
|
11
|
+
authors = [
|
|
12
|
+
{name = "Vaughn Kottler", email = "vaughnkottler@gmail.com"}
|
|
13
|
+
]
|
|
14
|
+
maintainers = [
|
|
15
|
+
{name = "Vaughn Kottler", email = "vaughnkottler@gmail.com"}
|
|
16
|
+
]
|
|
17
|
+
classifiers = [
|
|
18
|
+
"Programming Language :: Python :: 3.11",
|
|
19
|
+
"Programming Language :: Python :: 3.12",
|
|
20
|
+
"Operating System :: Microsoft :: Windows",
|
|
21
|
+
"Operating System :: MacOS",
|
|
22
|
+
"Operating System :: POSIX :: Linux",
|
|
23
|
+
"Operating System :: Unix",
|
|
24
|
+
"Development Status :: 5 - Production/Stable",
|
|
25
|
+
"License :: OSI Approved :: MIT License"
|
|
26
|
+
]
|
|
27
|
+
dynamic = ["dependencies"]
|
|
28
|
+
|
|
29
|
+
[project.optional-dependencies]
|
|
30
|
+
test = [
|
|
31
|
+
"pylint",
|
|
32
|
+
"flake8",
|
|
33
|
+
"black",
|
|
34
|
+
"ruff",
|
|
35
|
+
"mypy",
|
|
36
|
+
"isort",
|
|
37
|
+
"yamllint",
|
|
38
|
+
"yambs",
|
|
39
|
+
"vmklib",
|
|
40
|
+
"sphinx",
|
|
41
|
+
"sphinx-book-theme",
|
|
42
|
+
"setuptools-wrapper",
|
|
43
|
+
"types-setuptools"
|
|
44
|
+
]
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# =====================================
|
|
2
|
+
# generator=datazen
|
|
3
|
+
# version=3.1.4
|
|
4
|
+
# hash=3f09e84d556b1ed96f16f6d9b23b95d4
|
|
5
|
+
# =====================================
|
|
6
|
+
|
|
7
|
+
"""
|
|
8
|
+
experimental-lowqa - Package definition for distribution.
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
# third-party
|
|
12
|
+
try:
|
|
13
|
+
from setuptools_wrapper.setup import setup
|
|
14
|
+
except (ImportError, ModuleNotFoundError):
|
|
15
|
+
from experimental_lowqa_bootstrap.setup import setup # type: ignore
|
|
16
|
+
|
|
17
|
+
# internal
|
|
18
|
+
from experimental_lowqa import DESCRIPTION, PKG_NAME, VERSION
|
|
19
|
+
|
|
20
|
+
author_info = {
|
|
21
|
+
"name": "Vaughn Kottler",
|
|
22
|
+
"email": "vaughnkottler@gmail.com",
|
|
23
|
+
"username": "vkottler",
|
|
24
|
+
}
|
|
25
|
+
pkg_info = {
|
|
26
|
+
"name": PKG_NAME,
|
|
27
|
+
"slug": PKG_NAME.replace("-", "_"),
|
|
28
|
+
"version": VERSION,
|
|
29
|
+
"description": DESCRIPTION,
|
|
30
|
+
"versions": [
|
|
31
|
+
"3.11",
|
|
32
|
+
"3.12",
|
|
33
|
+
],
|
|
34
|
+
}
|
|
35
|
+
setup(
|
|
36
|
+
pkg_info,
|
|
37
|
+
author_info,
|
|
38
|
+
)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Test that we can load test resources.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
# internal
|
|
6
|
+
from tests.resources import resource
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def test_resources_basic():
|
|
10
|
+
"""Test that we can locate test data."""
|
|
11
|
+
|
|
12
|
+
assert resource("test.txt").is_file()
|
|
13
|
+
assert resource("test.txt", valid=False).is_file()
|