Browse Source

this wasn't added when I added the test cases..

main
John-Mark Gurney 3 weeks ago
parent
commit
17c22a1b9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ui/medashare/tests.py

+ 1
- 1
ui/medashare/tests.py View File

@@ -1,7 +1,7 @@
from .btv import _TestCases as btv_test_cases
from .btv.bencode import _TestCases as bencode_test_cases
from .mdb import _TestJSONEncoder
from .cli import _TestCononicalCoder, _TestCases as cli_test_cases
from .cli import _TestCononicalCoder, _TestCases as cli_test_cases, _TestPureFunctions
from .cli import _TestMigrations
from .tags import _TestTagCache
from .mtree import Test


Loading…
Cancel
Save