dropout-dl/tests/episode_tests.h
Moss 750f250545 Tests: Added Series Tests
This will be the last set of tests added for now. Seasons don't have
easily testable functions.
2022-09-30 21:41:21 -04:00

10 lines
No EOL
145 B
C++

//
// Created by moss on 9/30/22.
//
#pragma once
#include "../src/episode.h"
#include "test.h"
std::vector<dropout_dl::tests> test_episode();