incubator-wayang icon indicating copy to clipboard operation
incubator-wayang copied to clipboard

REMOVE THIS TEST, IT JUST TO VALIDATE THAT EVERYTHING IS CORRECT IN TERMS OF ENV...

Open github-actions[bot] opened this issue 2 years ago • 0 comments

REMOVE THIS TEST, IT JUST TO VALIDATE THAT EVERYTHING IS CORRECT IN TERMS OF ENVIRONMENT

Returns


https://github.com/apache/incubator-wayang/blob/4cc0bfdca06dda171b661822daae5fa438d9d475/python/src/pywy/tests/unit/graph/types_test.py#L27


#
#  Licensed to the Apache Software Foundation (ASF) under one or more
#  contributor license agreements.  See the NOTICE file distributed with
#  this work for additional information regarding copyright ownership.
#  The ASF licenses this file to You under the Apache License, Version 2.0
#  (the "License"); you may not use this file except in compliance with
#  the License.  You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
#  Unless required by applicable law or agreed to in writing, software
#  distributed under the License is distributed on an "AS IS" BASIS,
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#  See the License for the specific language governing permissions and
#  limitations under the License.
#

import unittest


class TestUnitGraphTypes(unittest.TestCase):
    def setUp(self):
        pass

    def test_TO_REMOVE(self):
        """
        TODO REMOVE THIS TEST, IT JUST TO VALIDATE THAT EVERYTHING IS CORRECT IN TERMS OF ENVIRONMENT
        Returns
        -------

        """
        self.assertEqual("a", "a")


4003b12c2d166b6af60fdd0a765b896e11153ead

github-actions[bot] avatar Apr 08 '22 18:04 github-actions[bot]