Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/unittests/config/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import os
import re
import sys
import unittest
from collections import namedtuple
from copy import deepcopy
from errno import EACCES
Expand Down Expand Up @@ -152,7 +151,7 @@ def test_versioned_cloud_config_schema_is_valid_json(
)


class TestCheckSchema(unittest.TestCase):
class TestCheckSchema:
def test_schema_bools_have_dates(self):
"""ensure that new/changed/deprecated keys have an associated
version key
Expand Down