File size: 285 Bytes
5fa1a76 |
1 2 3 4 5 6 7 8 |
Here is an example of its usage: thon from transformers.testing_utils import TestCasePlus class ExamplesTests(TestCasePlus): def test_whatever(self): tmp_dir = self.get_auto_remove_tmp_dir() This code creates a unique temporary directory, and sets tmp_dir to its location. |