| 45 | } |
| 46 | |
| 47 | TString GetWorkPath() { |
| 48 | TString workPath = NPrivate::GetTestEnv().WorkPath; |
| 49 | if (workPath) { |
| 50 | return workPath; |
| 51 | } |
| 52 | |
| 53 | return NPrivate::GetCwd(); |
| 54 | } |
| 55 | |
| 56 | TFsPath GetOutputPath() { |
| 57 | return GetWorkPath() + "/testing_out_stuff"; |
no test coverage detected