Skip to content

Commit 7090042

Browse files
committed
Fix test files
1 parent ecf450e commit 7090042

File tree

7 files changed

+306
-310
lines changed

7 files changed

+306
-310
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ exclude = [
7575
"notebooks",
7676
"examples",
7777
# Test directories - remove as each stage is completed
78-
"tests/test_core",
79-
"tests/test_disposables",
80-
"tests/test_testing",
78+
# Stage 1 directories removed - now enabled for linting
8179
"tests/test_subject",
8280
"tests/test_integration",
8381
"tests/test_scheduler",
@@ -114,9 +112,7 @@ asyncio_mode = "strict"
114112
[tool.pyright]
115113
include = ["reactivex", "tests"]
116114
exclude = [
117-
"tests/test_core",
118-
"tests/test_disposables",
119-
"tests/test_testing",
115+
# Stage 1 directories removed - now enabled for type checking
120116
"tests/test_subject",
121117
"tests/test_integration",
122118
"tests/test_scheduler",

pyrightconfig.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)