Hey, Carl Turpie, I lead up the engineering team a...
# welcome
r
Hey, Carl Turpie, I lead up the engineering team at a small startup called FLAIR (https://flairimpact.com/) We have a Python (using FastAPI and Typer) and Angular code base and I’ve been spending the last week or so migrating over to pants for our monorepo, primarily for the test caching and parallelisation but also to simplify the monorepo structure and bring in some best practices (e.g. making it easier to modularise our code).
👋 7
h
Cool! How is it going so far?
r
Pretty much there, am able to run our different applications, run all the tests, GitHub CI is up and running, got a work around solution to continue using serverless framework to deploy our applications. Final hurdle will be to modify our tests to be able to run them in parallel (they currently use a common database so I have to run them in series which means we loose a lot of the benefit). Hopefully I’ll get it all into production next week.
h
Sweet! Did you see the recent batching support for Pytest added by @sparse-lifeguard-95737? It allows you to run tests in a batch. I believe it's a 2.15 feature
r
I don’t think I’ve seen that, have you got a link to the PR?
h
s
I still have to write the docs 😓 feel free to send me any questions about it