- If and only if something has the potential to understand death, or is cared for, it has moral consideration.
- There are animals that don't have the potential to understand death and are not cared for.
- Therefore some animals don't have moral consideration.
- Humans and pets have the potential to understand death or are cared for.
- Therefore humans and pets have moral consideration.
- Therefore some animals don't have moral consideration while humans and pets have moral consideration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(3.7.2) meredith@taylor:~/PycharmProjects/qutepart/tests$ python run_all.py | |
Suite created | |
test_1 (test_actions.Print) ... skipped 'Does not work' | |
test_completion_enabled (test_api.Completion) ... ok | |
test_threshold (test_api.Completion) ... ok | |
test_1 (test_api.DetectSyntax) ... qutepart: Indenter 'ada' is not finished yet. But you can do it! | |
ok | |
test_1 (test_api.InsertText) ... ok | |
test_2 (test_api.InsertText) ... ok | |
test_3 (test_api.InsertText) ... ok |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "fakelibrary" | |
version = "0.0.0" | |
license = "AGPL-3.0-only" | |
description = "A fake python libray." | |
authors = ["daegontaven <[email protected]>"] | |
readme = "README.md" | |
repository = "https://github.com/daegontaven/fakelibrary" | |
documentation = "https://fakelibrary.readthedocs.io" | |
keywords = ["poetry", "library", "fake", "system"] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt]{article} | |
% Document Setup and Fonts | |
\usepackage[T1]{fontenc} | |
\usepackage{inter} | |
\renewcommand*\familydefault{\sfdefault} | |
% Page Geometry Settings | |
\usepackage{geometry} | |
\geometry{ |
OlderNewer