Przeglądaj źródła

test: add missing module in tests (related to #18) (#19)

tags/v0.11.1
Jérôme Deuchnord 3 lat temu
committed by GitHub
rodzic
commit
a460e0a3b4
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tests.py

+ 1
- 1
tests.py Wyświetl plik

@@ -9,7 +9,7 @@ if __name__ == "__main__":
failures = 0
tests = 0

for module in [events, ephemerides]:
for module in [events, ephemerides, model]:
(f, t) = doctest.testmod(module)
failures += f
tests += t


Ładowanie…
Anuluj
Zapisz