Commit 8a7f9cf2 authored by Jay's avatar Jay Committed by jay
Browse files

CamelCase change...really?

parent e78e0b36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ from autocnet.examples import get_path

class TestYAML(unittest.TestCase):

    @unittest.skipif(missing == True)
    @unittest.skipIf(missing == True, 'YAML library not installed')
    def test_read(self):
        d = io_yaml.read_yaml(get_path('logging.yaml'))
        self.assertIn('handlers', d.keys())