Skip to content

Commit

Permalink
Add metrics to docs_generate test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Nov 9, 2021
1 parent 720a460 commit a60816b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/docs_generate_tests/test_docs_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,7 @@ def expected_seeded_manifest(self, model_database=None, quote_model=False):
'tags': []
}
},
'metrics': {},
'selectors': {},
'parent_map': {
'model.test.model': ['seed.test.seed'],
Expand Down Expand Up @@ -1728,6 +1729,7 @@ def expected_bigquery_complex_manifest(self):
},
'sources': {},
'exposures': {},
'metrics': {},
'selectors': {},
'child_map': {
'model.test.clustered': [],
Expand Down Expand Up @@ -1812,6 +1814,7 @@ def verify_manifest(self, expected_manifest):
manifest_keys = frozenset({
'nodes', 'sources', 'macros', 'parent_map', 'child_map',
'docs', 'metadata', 'docs', 'disabled', 'exposures', 'selectors',
'metrics',
})

self.assertEqual(frozenset(manifest), manifest_keys)
Expand Down

0 comments on commit a60816b

Please sign in to comment.