Example #1
0
    def test_r_direct_inheritors_version_dict(self):
        """This test will fail if a new version of the R API is added"""
        inheritors_version_dict = BaseRAPI.get_direct_inheritors_version_dict()

        self.assertEqual(inheritors_version_dict[1], RAPIv1)
        self.assertEqual(len(inheritors_version_dict), 1)
Example #2
0
    def test_r_direct_inheritors_version_dict(self):
        """This test will fail if a new version of the R API is added"""
        inheritors_version_dict = BaseRAPI.get_direct_inheritors_version_dict()

        self.assertEqual(inheritors_version_dict[1], RAPIv1)
        self.assertEqual(len(inheritors_version_dict), 1)