mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
Better tests directory structure (#2231)
This commit is contained in:
12
tests/image_specific_tests/docker-stacks-foundation/run-hooks-failures/b.py
Executable file
12
tests/image_specific_tests/docker-stacks-foundation/run-hooks-failures/b.py
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
import os
|
||||
import sys
|
||||
|
||||
print("Started: b.py")
|
||||
print(f"OTHER_VAR={os.environ['OTHER_VAR']}")
|
||||
|
||||
sys.exit(1)
|
||||
|
||||
print("Finished: b.py")
|
Reference in New Issue
Block a user