Skip to content

Commit

Permalink
Move test files
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Nov 15, 2023
1 parent 62230ee commit d53e4bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from fake_vcf import version
from fake_vcf.__main__ import app
from tests.test_example.test_vcf_fake import NR_NON_SAMPLE_COL
from tests.test_vcf_fake import NR_NON_SAMPLE_COL

runner = CliRunner()

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def vcf_validator():
vcf_validator_path = test_file_parent / "../../vcf_validator/vcf_validator"
vcf_validator_path = test_file_parent / "../vcf_validator/vcf_validator"
system_platform = platform.system()
if not vcf_validator_path.exists():
base_url = (
Expand Down

0 comments on commit d53e4bc

Please sign in to comment.