File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- from . .__main__ import sanitize_md
1
+ from solidation .__main__ import sanitize_md
2
2
3
3
4
4
def test_sanitize_md () -> None :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ minversion = 3.3.0
6
6
[testenv]
7
7
extras = test
8
8
commands =
9
- python -m pytest -v {posargs} src
9
+ python -m pytest -v {posargs} tests
10
10
11
11
[testenv:lint]
12
12
skip_install = True
@@ -16,13 +16,13 @@ deps =
16
16
flake8-builtins
17
17
flake8-unused-arguments
18
18
commands =
19
- flake8 src
19
+ flake8 src tests
20
20
21
21
[testenv:typing]
22
22
deps =
23
23
mypy
24
24
commands =
25
- mypy src
25
+ mypy src tests
26
26
27
27
[flake8]
28
28
doctests = True
@@ -42,4 +42,4 @@ lines_between_sections = 0
42
42
profile = black
43
43
reverse_relative = True
44
44
sort_relative_in_force_sorted_sections = True
45
- src_paths = src
45
+ src_paths = src tests
You can’t perform that action at this time.
0 commit comments