Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pared committed Nov 3, 2020
1 parent 1e99e9f commit 896a49c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/func/metrics/metrics/test_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@

import pytest

from dvc.exceptions import NoMetricsError
from dvc.repo import Repo
from dvc.repo.metrics.show import NoMetricsError
from dvc.utils.fs import remove


def test_show_empty(dvc):
with pytest.raises(NoMetricsError):
dvc.metrics.show()


def test_show_simple(tmp_dir, dvc, run_copy_metrics):
tmp_dir.gen("metrics_t.yaml", "1.1")
run_copy_metrics(
Expand Down

0 comments on commit 896a49c

Please sign in to comment.