Skip to content

Commit 391761f

Browse files
author
Micah Kornfield
committed
add list assets back to nox file
1 parent 2cc3c3b commit 391761f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

securitycenter/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def snippets(session):
158158
session.run(
159159
'py.test',
160160
'--quiet',
161+
os.path.join('docs', 'snippets_list_assets.py'),
161162
os.path.join('docs', 'snippets_security_marks.py'),
162163
os.path.join('docs', 'snippets_orgs.py'),
163164
os.path.join('docs', 'snippets_findings.py'),

0 commit comments

Comments
 (0)