Skip to content

Commit 8dc62b3

Browse files
finished requirements 1,2,5. Working on 3 and 4'
1 parent d481479 commit 8dc62b3

4 files changed

Lines changed: 53 additions & 1137 deletions

File tree

test/core/contexts.json

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

test/core/pytest.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[pytest]
2-
# Prevent pytest from trying to collect MetaflowTest subclasses as test cases.
2+
# Prevent pytest from trying to collect MetaflowTest subclasses as test cases,
3+
# JSON graph files, or framework utilities — none of those are pytest tests.
34
norecursedirs = tests graphs metaflow_extensions metaflow_test __pycache__ .tox
45

6+
# Default timeout, verbosity and failure formatting for all core test runs.
7+
# Centralised here so tox commands only carry what differs per env.
58
timeout = 1800
9+
addopts = -v --tb=short
610

711
markers =
812
local: local datastore/metadata context

0 commit comments

Comments
 (0)