Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0238e6c

Browse files
priv-kweihmannByron
authored andcommitted
tools: update tool scripts after moving tests
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
1 parent50edc9a commit0238e6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎.deepsource.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version =1
22

33
test_patterns = [
4-
'git/test/**/test_*.py'
4+
'test/**/test_*.py'
55
]
66

77
exclude_patterns = [

‎.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git/test/fixtures/*eol=lf
1+
test/fixtures/*eol=lf
22
init-tests-after-clone.sh

‎.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config --global user.name "Travis Runner"
4141
# If we rewrite the user's config by accident, we will mess it up
4242
# and cause subsequent tests to fail
43-
catgit/test/fixtures/.gitconfig >> ~/.gitconfig
43+
cat test/fixtures/.gitconfig >> ~/.gitconfig
4444
-name:Lint with flake8
4545
run:|
4646
set -x

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ script:
3636
# Make sure we limit open handles to see if we are leaking them
3737
-ulimit -n 128
3838
-ulimit -n
39-
-coverage run --omit="git/test/*" -m unittest --buffer
39+
-coverage run --omit="test/*" -m unittest --buffer
4040
-coverage report
4141
-if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
4242
-if [ "$TRAVIS_PYTHON_VERSION" == '3.6' ]; then flake8 --ignore=W293,E265,E266,W503,W504,E731; fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp