-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows the test cases to use the autodiscovery mechanisms of unittest and pytest. Instead of requiring a bunch of manual configuration
- Loading branch information
Showing
16 changed files
with
1 addition
and
21 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"python.pythonPath": "/usr/bin/python3", | ||
"python.formatting.provider": "autopep8", | ||
"python.testing.cwd": "netkan/", | ||
"editor.formatOnSave": true, | ||
"files.exclude": { | ||
"**/__pycache__": true | ||
}, | ||
"python.testing.pytestEnabled": true, | ||
"python.testing.nosetestsEnabled": false, | ||
"python.testing.unittestEnabled": false, | ||
"files.trimTrailingWhitespace": true, | ||
"files.insertFinalNewline": true, | ||
"files.trimFinalNewlines": true, | ||
"mypy.configFile": "netkan/mypy.ini" | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +0,0 @@ | ||
# flake8: noqa | ||
|
||
from .cli import * | ||
from .indexer import * | ||
from .metadata import * | ||
from .mirrorer import * | ||
from .repos import * | ||
from .scheduler import * | ||
from .utils import * | ||
from .csharp_compat import * | ||
from .auto_freezer import * | ||
from .spacedock_adder import * | ||
from .status import * | ||
from .webhooks import * | ||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.