Skip to content
Snippets Groups Projects
Commit ba86b632 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

skeleton test

parent 8dd361cd
Branches
No related tags found
1 merge request!3added functionality for scraping postgres and example of ancillary dataproducts (apertif inspectionplots)
Pipeline #45261 passed
import unittest
from scraper.adex_io import ADEX
class TestConnectors(unittest.TestCase):
def test_connector(self):
pass
if __name__ == '__main__':
unittest.main()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment