I need to execute a command after the entire testsuite has run or at the exit of the whole tests. I see tearDown hook in unittest but there is no after-testsuite hook or something like at_exit equivalent in ruby.
Is there any approach in unittest or pytest which I can follow; or any tweak on this