Skip to content

Commit

Permalink
remove decorators that were already commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Jan 23, 2018
1 parent 91c959f commit 268301b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions laserchicken/test_write_ply.py
Expand Up @@ -34,7 +34,6 @@ class TestWritePly(unittest.TestCase):
_test_data_source = 'testdata'
test_file_path = os.path.join(_test_dir, _test_file_name)

#@unittest.skip('Production code for writing not yet implemented.')
def test_write_nonExistingFile(self):
""" Should create a file. """
pc = generate_simple_test_point_cloud()
Expand Down Expand Up @@ -65,8 +64,6 @@ def test_write_loadTheSameComplexHeader(self):
header_out = read_header(ply)
self.assertMultiLineEqual(header_in, header_out)


#@unittest.skip('Production code for writing not yet implemented.')
def test_write_loadTheSameSimpleData(self):
""" Writing point cloud data and loading it afterwards should result in the same point cloud data. """
pc_in = generate_simple_test_point_cloud()
Expand Down

0 comments on commit 268301b

Please sign in to comment.