Run setUp only once for a set of automated tests January 8, 2023 by Tarik You can use setUpClass to define methods that only run once per testsuite.