10000 add get_by_id method and test for schedules (#1011) · tableau/server-client-python@9ee828d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ee828d

Browse files
committed
add get_by_id method and test for schedules (#1011)
* add get_by_id method and test that calls get_by_id and readsinterval from schedule returned * split tests and style checks actions
1 parent 797344a commit 9ee828d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,7 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install -e .[test]
2727
28-
- name: Format with black
29-
run: |
30-
black --check --line-length 120 tableauserverclient samples test
31-
3228
- name: Test with pytest
3329
if: always()
3430
run: |
3531
pytest test
36-
37-
- name: Run Mypy tests
38-
if: always()
39-
run: |
40-
mypy --show-error-codes --disable-error-code misc --disable-error-code import tableauserverclient test

0 commit comments

Comments
 (0)
0