Skip to content
Snippets Groups Projects
Commit 7cd8c1a9 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-47: Remove empty test

parent eed9ba20
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -25,6 +25,5 @@ python_install(
DESTINATION lofar/calibration/testing)
add_subdirectory(processing)
add_subdirectory(convert)
include(LofarCTest)
lofar_add_test(t_convert_to_calibration_table)
\ No newline at end of file
import unittest
class ConvertAcceptanceTest(unittest.TestCase):
def test_convertion(self):
pass
#!/bin/bash
# Copyright (C) 2018 ASTRON (Netherlands Institute for Radio Astronomy)
# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands
#
# This file is part of the LOFAR software suite.
# The LOFAR software suite is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# The LOFAR software suite is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
# Run the unit test
source python-coverage.sh
python_coverage_test "*convert/calibration_table*" t_convert_to_calibration_table.py
#!/bin/sh
# Copyright (C) 2018 ASTRON (Netherlands Institute for Radio Astronomy)
# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands
#
# This file is part of the LOFAR software suite.
# The LOFAR software suite is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# The LOFAR software suite is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
./runctest.sh t_interpolate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment