Skip to content

Commit

Permalink
#2: Fix config paths
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nicoulaud <julien.nicoulaud@gmail.com>
  • Loading branch information
nicoulaj committed Apr 2, 2017
1 parent 8b32c23 commit 630a714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_rainbow_config_by_path_empty(benchmark):
with stdin_empty():
assert benchmark(
run_rainbow,
['--config', 'tests/data/config001.cfg', 'true'],
['--config', 'tests/data/cfg/config001.cfg', 'true'],
pipe=False
) == 0

Expand All @@ -72,6 +72,6 @@ def test_rainbow_config_by_path_many_filters(benchmark):
with stdin_empty():
assert benchmark(
run_rainbow,
['--config', 'tests/data/config031.cfg', 'true'],
['--config', 'tests/data/cfg/config031.cfg', 'true'],
pipe=False
) == 0

0 comments on commit 630a714

Please sign in to comment.