update the ci-cd pipeline to add the input transformer base tests (which were implemented but not ran)
add a docker file for the transformer base tests
delete the shared_pydantic_models module, checking that we do not have symlink
add transformer output tests
All the rests is simply copy/pasting, so you choose how deep of a review you want to do (it's a lot of lines which should have been reviewed in atmospherex).
We would use them exactly the same way as we were: except that when they will be public, we will be able to simplify the docker builds by possibly not having to use the ssh agent :)
PS: if we want to change the code structure and all, we can talk about it in this PR (or with Vincent who may be interested too) but I would recommend doing the changes in another PR. This one is mainly to bootstrap this repo in the state atmospherex was with these components.
Just had to:
We would use them exactly the same way as we were: except that when they will be public, we will be able to simplify the docker builds by possibly not having to use the ssh agent :)
PS: if we want to change the code structure and all, we can talk about it in this PR (or with Vincent who may be interested too) but I would recommend doing the changes in another PR. This one is mainly to bootstrap this repo in the state atmospherex was with these components.