Aug 30, 20172 minIdentify the OS tests are running on with os.Name or SystemUtilsIn order to make your tests OS agnostic, sometimes, you need to create some additional logic to handle OS specifics. For example, if you...