Why WOULD I run my own tests before pushing?

This commit is contained in:
Pieter-Jan Briers
2020-06-09 03:47:04 +02:00
parent 73618f6bb2
commit bdab4bc6c9

View File

@@ -17,6 +17,7 @@ namespace Robust.UnitTesting
var stream = new MemoryStream();
stream.Write(Encoding.UTF8.GetBytes(content));
stream.Position = 0;
resourceManager.MountStreamAt(stream, new ResourcePath(path));
}
}