File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -59,27 +59,27 @@ clean:
59
59
.PHONY : clean
60
60
61
61
test-dbt1.0 : .venv-dbt10/bin/python
62
- .venv-dbt10/bin/python -m pytest tests
62
+ .venv-dbt10/bin/python -m pytest tests/test_main.py
63
63
.PHONY : test-dbt1.0
64
64
65
65
test-dbt1.1 : .venv-dbt11/bin/python
66
- .venv-dbt11/bin/python -m pytest tests
66
+ .venv-dbt11/bin/python -m pytest tests/test_main.py
67
67
.PHONY : test-dbt1.1
68
68
69
69
test-dbt1.2 : .venv-dbt12/bin/python
70
- .venv-dbt12/bin/python -m pytest tests
70
+ .venv-dbt12/bin/python -m pytest tests/test_main.py
71
71
.PHONY : test-dbt1.2
72
72
73
73
test-dbt1.3 : .venv-dbt13/bin/python
74
- .venv-dbt13/bin/python -m pytest tests
74
+ .venv-dbt13/bin/python -m pytest tests/test_main.py
75
75
.PHONY : test-dbt1.3
76
76
77
77
test-dbt1.4 : .venv-dbt14/bin/python
78
- .venv-dbt14/bin/python -m pytest tests
78
+ .venv-dbt14/bin/python -m pytest tests/test_main.py
79
79
.PHONY : test-dbt1.4
80
80
81
81
test-dbt1.5 : .venv-dbt15/bin/python
82
- .venv-dbt15/bin/python -m pytest tests
82
+ .venv-dbt15/bin/python -m pytest tests/test_main.py
83
83
.PHONY : test-dbt1.5
84
84
85
85
test : test-dbt1.0 test-dbt1.1 test-dbt1.2 test-dbt1.3 test-dbt1.4 test-dbt1.5
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " dbt-core-interface"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
description = " Dbt Core Interface"
5
5
authors = [
" Alex Butler <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments