Skip to content

Commit be102ad

Browse files
committed
adding appveyor.yml
Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com>
1 parent 6778882 commit be102ad

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
environment:
2+
matrix:
3+
- TEST_SUITE: "py.test "
4+
# - TEST_SUITE: "./etc/release/release.sh"
5+
6+
install:
7+
- ./configure
8+
9+
build: off
10+
11+
12+
test_script:
13+
- cmd: "%TEST_SUITE%"

src/deltacode/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def run_scan_click(options, monkeypatch=None, test_mode=True, expected_rc=0, env
4646
from click.testing import CliRunner
4747
from deltacode import cli
4848

49-
options = add_windows_extra_timeout(options)
50-
49+
# options = add_windows_extra_timeout(options)
50+
# we do not have the option to handle --timeout in deltacode so temporarily removing it
5151
if monkeypatch:
5252
monkeypatch.setattr(click._termui_impl, 'isatty', lambda _: True)
5353
monkeypatch.setattr(click , 'get_terminal_size', lambda : (80, 43,))

0 commit comments

Comments
 (0)