Explorar el Código

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

tags/v0.11.1
Jérôme Deuchnord hace 3 años
committed by GitHub
padre
commit
a460e0a3b4
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
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