Skip to content

Commit f444cf3

Browse files
committed
Tidy
1 parent 5a13b7f commit f444cf3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ docs/build
1919
docs/_build
2020
x.*
2121
magics-test/
22+
tests.sh

magics-python.code-workspace

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
]
7+
}

pytest.ini

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
; addopts=-s --cov climetlab --verbose --cov-report xml --cov-report html
3+
; addopts=--no-cov
4+
addopts=-s --verbose

0 commit comments

Comments
 (0)