Procházet zdrojové kódy

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

tags/v0.11.1
Jérôme Deuchnord před 3 roky
committed by GitHub
rodič
revize
a460e0a3b4
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tests.py

+ 1
- 1
tests.py Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit