Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3edd16c

Browse files
authoredJul 13, 2020
Merge pull request #1031 from priv-kweihmann/move-test-2nd
[RFC/WIP] move tests and avoid packaging them
2 parents 9cb7ae8 + e0b10d9 commit 3edd16c

File tree

106 files changed

+97
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+97
-51
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

0 commit comments

Comments
 (0)