Skip to content

Commit

Permalink
Fix yaml tests bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Sep 29, 2021
1 parent 195fa72 commit 1f9e523
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/core/test_yaml.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pkg_resources
import os
import subprocess

Expand All @@ -7,9 +6,9 @@

from openfisca_core.tools.test_runner import run_tests

from tests.fixtures import yaml_tests

openfisca_core_dir = pkg_resources.get_distribution('OpenFisca-Core').location
yaml_tests_dir = os.path.join(openfisca_core_dir, 'tests', 'core', 'yaml_tests')
yaml_tests_dir = os.path.dirname(yaml_tests.__file__)
EXIT_OK = 0
EXIT_TESTSFAILED = 1

Expand Down
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1f9e523

Please sign in to comment.