Skip to content

Commit dbcd2c6

Browse files
author
Ryan Delaney
committed
Add placeholders for functions needing tests
1 parent 821d13b commit dbcd2c6

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

tests/test_functions.py

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,44 @@ def test_other(self):
340340
self.assertEqual(result, "foo/bar")
341341

342342

343+
class test_add_annotation(unittest.TestCase):
344+
pass
345+
346+
347+
class test_classify_fen(unittest.TestCase):
348+
pass
349+
350+
351+
class test_clean_game(unittest.TestCase):
352+
pass
353+
354+
355+
class test_game_length(unittest.TestCase):
356+
pass
357+
358+
359+
class test_classify_opening(unittest.TestCase):
360+
pass
361+
362+
363+
class test_add_acpl(unittest.TestCase):
364+
pass
365+
366+
367+
class test_get_pass2_budget(unittest.TestCase):
368+
pass
369+
370+
371+
class test_get_time_per_move(unittest.TestCase):
372+
pass
373+
374+
375+
class test_analyze_game(unittest.TestCase):
376+
pass
377+
378+
379+
class test_checkgame(unittest.TestCase):
380+
pass
381+
382+
343383
# vim: ft=python expandtab smarttab shiftwidth=4 softtabstop=4 fileencoding=UTF-8:

0 commit comments

Comments
 (0)