Explorar el Código

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

pull/19/head
Jérôme Deuchnord hace 3 años
padre
commit
0a6b7465ad
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 9F72B1EF93EDE1D4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tests.py

+ 1
- 1
tests.py Ver fichero

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


Cargando…
Cancelar
Guardar