ana1Tests.testUtilities.writeDesDicttoJson

writeDesDicttoJson(desDict, testName, outDir)[source]

create a json file with all required test info from desdict

Parameters
  • desDict (dict) – description dictionary of test

  • testName (str) – name of benchmark test

  • outDir (str or pathlib Path) – path where json file is saved

Returns

fileName – path to json file

Return type

pathlib path