ONSdigital / dp-python-tools

Simple reusable python resources for digital publishing.
MIT License
1 stars 0 forks source link

local directory store 2 #6

Closed mikeAdamss closed 6 months ago

mikeAdamss commented 8 months ago

DEPENDS ON:

What is this

This task is to implement some of the methods on LocalDirectoryStore.

What to do

This task is to implement the methods:

On the class LocalDirectoryStore in dp-python-tools/stores/directory/local.py. And write appropriate tests.

The docstrings, signatures and return on the methods in question should explain what they need to do.

Acceptance Criteria