This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
lib
mirror of
https://github.com/Kosmorro/lib
Watch
1
Star
0
Fork
0
Code
Issues
Releases
16
Activity
Browse Source
test: add missing module in tests (related to
#18
)
pull/19/head
Jérôme Deuchnord
3 years ago
parent
9ad4371032
commit
0a6b7465ad
No known key found for this signature in database
GPG Key ID:
9F72B1EF93EDE1D4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests.py
+ 1
- 1
tests.py
View File
@@ -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
Write
Preview
Loading…
Cancel
Save