Skip to content

Commit

Permalink
Remove old test
Browse files Browse the repository at this point in the history
  • Loading branch information
blablatdinov committed May 16, 2024
1 parent 2785580 commit 672ae2c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
from ondivi.__main__ import define_changed_lines, controller


def test():
ps = subprocess.Popen(('echo', 'hello'), stdout=subprocess.PIPE)
got = subprocess.check_output(('poetry', 'run', 'ondivi'), stdin=ps.stdout).decode().strip()
ps.wait()

assert got == 'hello'


def test_define_changed_files():
got = define_changed_lines(
Path('tests/fixtures/diff.txt').read_text(),
Expand Down

0 comments on commit 672ae2c

Please sign in to comment.