File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939test-fast :
4040 uv run pytest -m " not integration and not slow"
4141
42+ # Run the fast local test subset in parallel
43+ test-fast-xdist workers = " auto":
44+ uv run --extra dev pytest -n {{ workers }} -m " not integration and not slow"
45+
4246# Run tests in parallel
4347test-xdist workers = " auto":
4448 uv run --extra dev pytest -n {{ workers }}
Original file line number Diff line number Diff line change @@ -298,9 +298,9 @@ def attack_stix_dir(request):
298298 -------
299299 dict
300300 Dictionary mapping version to download directory path.
301- Directory structure: attack-releases /stix-{version }/v{attack_version}/
302- For single/default: {"latest": "attack-releases/stix-2.0"} or {"14.0": " attack-releases /stix-2.0"}
303- For multiple: {"14.0": "attack-releases /stix-2.0", "14.1": "attack-releases/stix-2 .0"}
301+ Directory structure: .pytest_cache/ attack-stix /stix-{stix_version }/v{attack_version}/
302+ For single/default: {"latest": ".pytest_cache/ attack-stix /stix-2.0/v{LATEST_VERSION} "}
303+ For multiple: {"14.0": ".pytest_cache/ attack-stix /stix-2.0/v14 .0"}
304304
305305 Yields
306306 ------
You can’t perform that action at this time.
0 commit comments