Is there a way to edit the base configuration? #90
lmbonnefont
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am creating a lot of tests for my code base and Codium is saving me a lot of time so thank you very much.
I am creating the tests class by class which means I have to always repeat the same configuration before creating the test (unittest instead of pytest, create 3 tests instead of 6, use factory ect...).
I am wondering if I can save this configuration so it is applied by default instead of having me modifying each parameter everytime.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions