Open p3ck opened 9 months ago
@p3ck This looks cool. Thanks!
Only thought I have is that at some point it would be good to add some CI to test this.
@p3ck This looks cool. Thanks!
Only thought I have is that at some point it would be good to add some CI to test this.
Absolutely! You notice that I have the beginnings of tests in this PR. We will enable them in github when we switch over.
Lot more work to be done before then though.
Using openapi 3.0 specification to define the restAPI for beaker backend.
skeleton api with some dummy methods to allow for testing the test framework.
Once this is fleshed out we can start migrating the model code over and then create the actual rest methods.
Created a test_systems unittest to make sure I understood how this would all glue together. pytest output:
Alembic migrations will be handled by command line db-init and db-migrate tools.