ONSdigital / dp-python-tools

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

restructure, mainly test directories #19

Closed mikeAdamss closed 7 months ago

mikeAdamss commented 7 months ago

What

Moved some files around as the structuring was a bit off, mainly moving test. files into mirrorred directories .

No code changes other that some pathing things to accomodate the moved files.

How to review

Sanity check, poetry install && poetry run pytest

Who can review

anyone

mikeAdamss commented 7 months ago

Should the config and validation tests be inside tests/stores? if the tests folder should match the structure of dpytools, I think there should be separate tests/validation and tests/config folders.

good spot, apparently your boss struggles with the technical intricacies of copy and paste 😆 . I'll change it now.