Skip to content

Commit 4e3b037

Browse files
committed
Initial commit
0 parents  commit 4e3b037

File tree

94 files changed

+21443
-0
lines changed

Some content is hidden

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

94 files changed

+21443
-0
lines changed

Diff for: .DS_Store

10 KB
Binary file not shown.

Diff for: .gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

Diff for: .vscode/settings.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"python.testing.unittestArgs": [
3+
"-v",
4+
"-s",
5+
"./实践3",
6+
"-p",
7+
"test*.py"
8+
],
9+
"python.testing.pytestEnabled": false,
10+
"python.testing.nosetestsEnabled": false,
11+
"python.testing.unittestEnabled": true
12+
}

0 commit comments

Comments
 (0)