Split integration tests from unit tests

This commit is contained in:
Bond_009
2021-03-01 19:35:58 +01:00
parent 94db751f4b
commit fa8bfece4e
13 changed files with 92 additions and 14 deletions

View File

@@ -21,4 +21,4 @@ using System.Runtime.InteropServices;
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
[assembly: InternalsVisibleTo("Jellyfin.Api.Tests")]
[assembly: InternalsVisibleTo("Jellyfin.Server.Tests")]