mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-09 00:03:03 -05:00
17 lines
445 B
C#
17 lines
445 B
C#
namespace Kyoo.Tests
|
|
{
|
|
public class SetupTests
|
|
{
|
|
// TODO test libraries & repositories via a on-memory SQLite database.
|
|
// TODO Requires: Kyoo should be database agonistic and database implementations should be available via a plugin.
|
|
|
|
// [Fact]
|
|
// public void Get_Test()
|
|
// {
|
|
// TestContext context = new();
|
|
// using DatabaseContext database = context.New();
|
|
//
|
|
// Assert.Equal(1, database.Shows.Count());
|
|
// }
|
|
}
|
|
} |