Ejemplo n.º 1
0
def test_simple():
    """ See if we can generate a proper string from a UGCS """
    nwsli = NWSLI("AMWI4", "Iowa All", ["DMX"], -99, 44)
    assert nwsli.id == "AMWI4"

    assert nwsli.get_name() == "Iowa All"
Ejemplo n.º 2
0
    def test_simple(self):
        """ See if we can generate a proper string from a UGCS """
        nwsli = NWSLI('AMWI4', 'Iowa All', ['DMX'], -99, 44)
        self.assertEqual(nwsli.id, "AMWI4")

        self.assertEqual(nwsli.get_name(), "Iowa All")
Ejemplo n.º 3
0
def test_simple():
    """ See if we can generate a proper string from a UGCS """
    nwsli = NWSLI('AMWI4', 'Iowa All', ['DMX'], -99, 44)
    assert nwsli.id == "AMWI4"

    assert nwsli.get_name() == "Iowa All"
Ejemplo n.º 4
0
    def test_simple(self):
        """ See if we can generate a proper string from a UGCS """
        nwsli = NWSLI('AMWI4', 'Iowa All', ['DMX'], -99, 44)
        self.assertEqual(nwsli.id, "AMWI4")

        self.assertEqual(nwsli.get_name(), "Iowa All")