mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00

* Tests: unroll test_multiworlds.TestTwoPlayerMulti Also adds a helper function that other tests can use to unroll tests. * Docs: add more details to docs/tests.md * Explain parametrization, subtests and link to the new helper * Mention some performance details and work-arounds * Mention multithreading / pytest-xdist * Tests: make param.classvar_matrix accept sets * CI: add test/param.py to type checking * Tests: add missing typing to test/param.py * Tests: fix typo in test/param.py doc comment Co-authored-by: qwint <qwint.42@gmail.com> * update docs * Docs: reword note on performance --------- Co-authored-by: qwint <qwint.42@gmail.com>
41 lines
909 B
JSON
41 lines
909 B
JSON
{
|
|
"include": [
|
|
"../BizHawkClient.py",
|
|
"../Patch.py",
|
|
"../test/param.py",
|
|
"../test/general/test_groups.py",
|
|
"../test/general/test_helpers.py",
|
|
"../test/general/test_memory.py",
|
|
"../test/general/test_names.py",
|
|
"../test/multiworld/__init__.py",
|
|
"../test/multiworld/test_multiworlds.py",
|
|
"../test/netutils/__init__.py",
|
|
"../test/programs/__init__.py",
|
|
"../test/programs/test_multi_server.py",
|
|
"../test/utils/__init__.py",
|
|
"../test/webhost/test_descriptions.py",
|
|
"../worlds/AutoSNIClient.py",
|
|
"type_check.py"
|
|
],
|
|
|
|
"exclude": [
|
|
"**/__pycache__"
|
|
],
|
|
|
|
"stubPath": "../typings",
|
|
|
|
"typeCheckingMode": "strict",
|
|
"reportImplicitOverride": "error",
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": true,
|
|
|
|
"pythonVersion": "3.10",
|
|
"pythonPlatform": "Windows",
|
|
|
|
"executionEnvironments": [
|
|
{
|
|
"root": ".."
|
|
}
|
|
]
|
|
}
|