Skip to content

Commit

Permalink
fix: Remove src test
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Sep 24, 2020
1 parent 2f0b508 commit b8ed4f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bench/tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def test_semantic_version(self):

def test_utils(self):
self.assertEqual(subprocess.call("bench"), 0)
self.assertEqual(os.path.dirname(bench.cli.src), subprocess.check_output(["bench", "src"], cwd=".").decode('utf8'))


def test_init(self, bench_name="test-bench", **kwargs):
Expand Down

0 comments on commit b8ed4f6

Please sign in to comment.