| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 50edc9a commit 0238e6c
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | version = 1 | |
| 2 | 2 | ||
| 3 | 3 | test_patterns = [ | |
| 4 | - 'git/test/**/test_*.py' | ||
| 4 | + 'test/**/test_*.py' | ||
| 5 | 5 | ] | |
| 6 | 6 | ||
| 7 | 7 | exclude_patterns = [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,2 +1,2 @@ | |||
| 1 | - git/test/fixtures/* eol=lf | ||
| 1 | + test/fixtures/* eol=lf | ||
| 2 | 2 | init-tests-after-clone.sh | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,7 +40,7 @@ jobs: | |||
| 40 | 40 | git config --global user.name "Travis Runner" | |
| 41 | 41 | # If we rewrite the user's config by accident, we will mess it up | |
| 42 | 42 | # and cause subsequent tests to fail | |
| 43 | - cat git/test/fixtures/.gitconfig >> ~/.gitconfig | ||
| 43 | + cat test/fixtures/.gitconfig >> ~/.gitconfig | ||
| 44 | 44 | - name: Lint with flake8 | |
| 45 | 45 | run: | | |
| 46 | 46 | set -x | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ script: | |||
| 36 | 36 | # Make sure we limit open handles to see if we are leaking them | |
| 37 | 37 | - ulimit -n 128 | |
| 38 | 38 | - ulimit -n | |
| 39 | - - coverage run --omit="git/test/*" -m unittest --buffer | ||
| 39 | + - coverage run --omit="test/*" -m unittest --buffer | ||
| 40 | 40 | - coverage report | |
| 41 | 41 | - if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi | |
| 42 | 42 | - if [ "$TRAVIS_PYTHON_VERSION" == '3.6' ]; then flake8 --ignore=W293,E265,E266,W503,W504,E731; fi | |
| Back | FazBrowse Home | New Git URL |
0 commit comments