-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule data
updated
17 files
+3 −3 | requirements.txt | |
+18 −16 | tests/__init__.py | |
+7 −1 | tests/decorators.py | |
+38 −31 | tests/test_bibles.py | |
+19 −12 | tests/test_book_metadata.py | |
+53 −49 | tests/test_compliance.py | |
+33 −45 | tests/test_get_bible.py | |
+55 −72 | tests/test_get_books.py | |
+32 −48 | tests/test_get_language_name.py | |
+73 −89 | tests/test_get_versions.py | |
+52 −60 | tests/test_main.py | |
+32 −36 | tests/test_save_bible.py | |
+32 −27 | tests/test_update_language.py | |
+28 −36 | tests/test_update_language_list.py | |
+19 −18 | tests/test_update_languages.py | |
+1 −1 | utilities/add_language.py | |
+13 −4 | utilities/update_language.py |