dirsql 0.3.15__tar.gz → 0.3.16__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.
- {dirsql-0.3.15 → dirsql-0.3.16}/Cargo.lock +1 -1
- {dirsql-0.3.15 → dirsql-0.3.16}/PKG-INFO +2 -1
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/_async.py +2 -2
- dirsql-0.3.16/dirsql/_dirsql.pyi +63 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/resolve_config.py +1 -1
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/Cargo.toml +1 -1
- dirsql-0.3.16/packages/python/tests/e2e/__init__.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/pyproject.toml +28 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/Cargo.toml +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/README.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/__init__.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/cli/__init__.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/cli/binary_path.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/cli/binary_path_test.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/cli/is_windows.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/cli/is_windows_test.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/cli/main.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/cli/main_test.py +0 -0
- /dirsql-0.3.15/packages/python/tests/e2e/__init__.py → /dirsql-0.3.16/dirsql/py.typed +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/resolve_config_test.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/dirsql/test_async.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/.vitepress/config.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/AGENTS.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/api/index.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/cli/config.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/cli/http-api.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/cli/index.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/cli/init.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/cli/server.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/getting-started.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/guide/async.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/guide/crdt.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/guide/persistence.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/guide/querying.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/guide/tables.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/guide/watching.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/index.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/migrations.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/package.json +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/playwright.config.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/tests/integration/home.spec.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/tests/integration/language-flag.spec.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/tests/unit/config.test.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/tests/unit/lang.test.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/docs/vitest.config.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/README.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/conftest.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/.vitepress/config.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/AGENTS.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/api/index.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/cli/config.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/cli/http-api.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/cli/index.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/cli/init.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/cli/server.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/getting-started.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/guide/async.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/guide/crdt.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/guide/persistence.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/guide/querying.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/guide/tables.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/guide/watching.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/index.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/migrations.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/package.json +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/playwright.config.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/tests/integration/home.spec.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/tests/integration/language-flag.spec.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/tests/unit/config.test.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/tests/unit/lang.test.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/vitest.config.ts +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/src/lib.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/__init__.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/conftest.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/integration/__init__.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/integration/test_async_dirsql.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/integration/test_binding.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/integration/test_dirsql.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/integration/test_docs_examples.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/integration/test_docs_gaps.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/integration/test_from_config.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/integration/test_persist.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/python/tests/integration/test_serialization.py +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/Cargo.toml +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/README.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/benches/db_bench.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/benches/differ_bench.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/benches/matcher_bench.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/benches/scanner_bench.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/api/index.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/cli/config.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/cli/http-api.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/cli/index.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/cli/init.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/cli/server.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/getting-started.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/guide/async.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/guide/crdt.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/guide/persistence.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/guide/querying.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/guide/tables.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/guide/watching.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/index.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/docs/migrations.md +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/bin/dirsql.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/cli/init.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/cli/mod.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/cli/router.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/cli/serialize.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/cli/server.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/config.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/db.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/differ.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/lib.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/matcher.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/persist.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/scanner.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/src/watcher.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/async_sdk.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/cli_e2e.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/cli_integration.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/docs_examples.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/docs_gaps.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/from_config.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/init_e2e.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/init_integration.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/persist.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/readonly_query.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/sdk.rs +0 -0
- {dirsql-0.3.15 → dirsql-0.3.16}/packages/rust/tests/serialization.rs +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dirsql
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.16
|
|
4
4
|
Requires-Dist: pytest>=8 ; extra == 'dev'
|
|
5
5
|
Requires-Dist: pytest-describe>=2 ; extra == 'dev'
|
|
6
6
|
Requires-Dist: pytest-asyncio>=0.23 ; extra == 'dev'
|
|
7
7
|
Requires-Dist: pytest-cov>=5 ; extra == 'dev'
|
|
8
8
|
Requires-Dist: ruff>=0.4 ; extra == 'dev'
|
|
9
9
|
Requires-Dist: maturin>=1.0 ; extra == 'dev'
|
|
10
|
+
Requires-Dist: ty==0.0.42 ; extra == 'dev'
|
|
10
11
|
Provides-Extra: dev
|
|
11
12
|
Summary: Ephemeral SQL index over a local directory
|
|
12
13
|
Keywords: sql,filesystem,directory,sqlite,index
|
|
@@ -104,14 +104,14 @@ class DirSQL:
|
|
|
104
104
|
|
|
105
105
|
async def query(self, sql):
|
|
106
106
|
"""Execute a SQL query asynchronously."""
|
|
107
|
-
return await asyncio.to_thread(self._db.query, sql)
|
|
107
|
+
return await asyncio.to_thread(self._db.query, sql) # ty:ignore[unresolved-attribute]
|
|
108
108
|
|
|
109
109
|
def watch(self):
|
|
110
110
|
"""Start watching for file changes. Returns an async iterable of RowEvent."""
|
|
111
111
|
return _WatchStream(self._db)
|
|
112
112
|
|
|
113
113
|
@property
|
|
114
|
-
def __dict__(self):
|
|
114
|
+
def __dict__(self): # ty:ignore[missing-override-decorator]
|
|
115
115
|
"""Resolved construction state as a JSON-serializable dict.
|
|
116
116
|
|
|
117
117
|
Recomputed on each access; reads the ``.dirsql.toml`` if ``config=``
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"""Type stubs for the native PyO3 extension module.
|
|
2
|
+
|
|
3
|
+
Mirrors the surface defined in ``packages/python/src/lib.rs``. Hand-written
|
|
4
|
+
because pyo3-stub-gen would otherwise demand a build-time hook that the
|
|
5
|
+
maturin / putitoutthere release pipeline does not yet run.
|
|
6
|
+
|
|
7
|
+
Whenever ``src/lib.rs`` adds, renames, or removes a ``#[pyclass]``,
|
|
8
|
+
``#[pymethods]``, or module-level binding, this file MUST be updated in the
|
|
9
|
+
same PR -- and ``PARITY.md`` is the canonical reminder.
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
from collections.abc import Callable
|
|
13
|
+
from os import PathLike
|
|
14
|
+
from typing import Any
|
|
15
|
+
|
|
16
|
+
__version__: str
|
|
17
|
+
|
|
18
|
+
Row = dict[str, Any]
|
|
19
|
+
|
|
20
|
+
class Table:
|
|
21
|
+
"""A table definition. Construct via keyword arguments only."""
|
|
22
|
+
|
|
23
|
+
ddl: str
|
|
24
|
+
glob: str
|
|
25
|
+
strict: bool
|
|
26
|
+
|
|
27
|
+
def __init__(
|
|
28
|
+
self,
|
|
29
|
+
*,
|
|
30
|
+
ddl: str,
|
|
31
|
+
glob: str,
|
|
32
|
+
extract: Callable[[str], list[Row]],
|
|
33
|
+
strict: bool = False,
|
|
34
|
+
) -> None: ...
|
|
35
|
+
|
|
36
|
+
class RowEvent:
|
|
37
|
+
"""A row event produced by the watch loop."""
|
|
38
|
+
|
|
39
|
+
table: str | None
|
|
40
|
+
action: str
|
|
41
|
+
row: Row | None
|
|
42
|
+
old_row: Row | None
|
|
43
|
+
error: str | None
|
|
44
|
+
file_path: str | None
|
|
45
|
+
|
|
46
|
+
def __repr__(self) -> str: ... # ty:ignore[missing-override-decorator]
|
|
47
|
+
|
|
48
|
+
class DirSQL:
|
|
49
|
+
"""Synchronous binding class. ``dirsql._async.DirSQL`` wraps it."""
|
|
50
|
+
|
|
51
|
+
def __init__(
|
|
52
|
+
self,
|
|
53
|
+
root: str | None = None,
|
|
54
|
+
*,
|
|
55
|
+
tables: list[Table] | None = None,
|
|
56
|
+
ignore: list[str] | None = None,
|
|
57
|
+
config: str | None = None,
|
|
58
|
+
persist: bool = False,
|
|
59
|
+
persist_path: str | PathLike[str] | None = None,
|
|
60
|
+
) -> None: ...
|
|
61
|
+
def query(self, sql: str) -> list[Row]: ...
|
|
62
|
+
def _start_watcher(self) -> None: ...
|
|
63
|
+
def _poll_events(self, timeout_ms: int) -> list[RowEvent]: ...
|
|
@@ -20,7 +20,7 @@ def resolve_config(root, tables, ignore, config, persist, persist_path):
|
|
|
20
20
|
cfg_dir = os.path.dirname(os.path.abspath(config))
|
|
21
21
|
|
|
22
22
|
def _abs(p):
|
|
23
|
-
return p if os.path.isabs(p) else os.path.join(cfg_dir, p)
|
|
23
|
+
return p if os.path.isabs(p) else os.path.join(cfg_dir, p) # ty:ignore[no-matching-overload]
|
|
24
24
|
|
|
25
25
|
return {
|
|
26
26
|
"root": root or (_abs(cfg["root"]) if "root" in cfg else cfg_dir),
|
|
@@ -4,7 +4,7 @@ name = "dirsql-py-ext"
|
|
|
4
4
|
# pypi/maturin handler can rewrite it via `write-version` before
|
|
5
5
|
# `maturin build`. `pyproject.toml` declares `dynamic = ["version"]`
|
|
6
6
|
# and maturin reads this field. Mirrors `packages/rust/Cargo.toml`.
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.16"
|
|
8
8
|
edition.workspace = true
|
|
9
9
|
publish = false
|
|
10
10
|
readme = "README.md"
|
|
File without changes
|
|
@@ -27,6 +27,8 @@ dev = [
|
|
|
27
27
|
"pytest-cov>=5",
|
|
28
28
|
"ruff>=0.4",
|
|
29
29
|
"maturin>=1.0",
|
|
30
|
+
# ty is pre-1.0 -- pin tightly. Re-pin in lockstep with CI.
|
|
31
|
+
"ty==0.0.42",
|
|
30
32
|
]
|
|
31
33
|
|
|
32
34
|
[project.scripts]
|
|
@@ -57,6 +59,32 @@ include = [
|
|
|
57
59
|
]
|
|
58
60
|
manifest-path = "packages/python/Cargo.toml"
|
|
59
61
|
|
|
62
|
+
# Type checking. Migration model: existing untyped code is frozen behind
|
|
63
|
+
# `# ty: ignore[...]` baseline comments inserted by `ty check --add-ignore`;
|
|
64
|
+
# any new error in new or touched code fails CI. Every rule is promoted to
|
|
65
|
+
# `"error"`, matching TypeScript-strict discipline. Test files are excluded
|
|
66
|
+
# because they monkeypatch fakes onto production module attributes
|
|
67
|
+
# (`monkeypatch.setattr(async_mod, "_RustDirSQL", ...)`) -- AGENTS.md flags
|
|
68
|
+
# that as a smell, ty surfaces it accurately, and the cleanup (constructor
|
|
69
|
+
# injection) is tracked separately.
|
|
70
|
+
[tool.ty.src]
|
|
71
|
+
exclude = [
|
|
72
|
+
"**/test_*.py",
|
|
73
|
+
"**/*_test.py",
|
|
74
|
+
"tests/",
|
|
75
|
+
"build/",
|
|
76
|
+
"dirsql/_binary/",
|
|
77
|
+
]
|
|
78
|
+
|
|
79
|
+
[tool.ty.environment]
|
|
80
|
+
python-version = "3.11"
|
|
81
|
+
|
|
82
|
+
# Ruff enforces "every type-ignore must cite a rule code" (PGH003) so a
|
|
83
|
+
# `# type: ignore` or `# ty: ignore` without `[...]` fails lint. Stops the
|
|
84
|
+
# escape hatch from quietly widening.
|
|
85
|
+
[tool.ruff.lint]
|
|
86
|
+
extend-select = ["PGH003"]
|
|
87
|
+
|
|
60
88
|
[tool.coverage.run]
|
|
61
89
|
omit = [
|
|
62
90
|
# Colocated unit tests live alongside the package source; instrumenting
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dirsql-0.3.15 → dirsql-0.3.16}/packages/python/docs/tests/integration/language-flag.spec.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|