MCPcopy Create free account
hub / github.com/alphagov/notifications-api / load_example_csv

Function load_example_csv

tests/app/__init__.py:4–7  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

2
3
4def load_example_csv(file):
5 file_path = os.path.join("test_csv_files", f"{file}.csv")
6 with open(file_path) as f:
7 return f.read()

Calls

no outgoing calls