Пример #1
0
 def test_nowhere_leningrad(self):
     self.assertIs(reachable_destination('', 'LED'), False)
Пример #2
0
 def test_gatwick_leningrad(self):
     self.assertIs(reachable_destination('LGW', 'LED'), True)
Пример #3
0
 def test_nowhere_nowhere(self):
     self.assertIs(reachable_destination('', ''), False)
Пример #4
0
 def test_nowhere_leningrad(self):
     self.assertIs(reachable_destination('', 'LED'), False)
Пример #5
0
 def test_heathrow_lunarcity7(self):
     self.assertIs(reachable_destination('LHR', 'LC7'), False)
Пример #6
0
 def test_seattle_manchester(self):
     self.assertIs(reachable_destination('SEA', 'MAN'), True)
Пример #7
0
 def test_heathrow_lunarcity7(self):
     self.assertIs(reachable_destination('LHR', 'LC7'), False)
Пример #8
0
 def test_stanstead_leningrad(self):
     self.assertIs(reachable_destination('STD', 'LED'), False)
Пример #9
0
 def test_stanstead_leningrad(self):
     self.assertIs(reachable_destination('STD','LED'), False)
Пример #10
0
 def test_stanstead_toronto(self):
     self.assertIs(reachable_destination('YYZ','LED'), False)
Пример #11
0
 def test_heathrow_leningrad(self):
     self.assertIs(reachable_destination('LHR','LED'), False)
Пример #12
0
 def test_manchester_leningrad(self):
     self.assertIs(reachable_destination('MAN', 'LED'), True)
Пример #13
0
 def test_gatwick_leningrad(self):
     self.assertIs(reachable_destination('LGW', 'LED'), True)
Пример #14
0
 def test_manchester_leningrad(self):
     self.assertIs(reachable_destination('MAN', 'LED'), True)
Пример #15
0
 def test_leedsbradford_lunarcity7(self):
     self.assertIs(reachable_destination('LBA', 'LC7'), False)
Пример #16
0
 def test_heathrow_leningrad(self):
     self.assertIs(reachable_destination('LHR', 'LED'), False)
Пример #17
0
 def test_seattle_manchester(self):
     self.assertIs(reachable_destination('SEA', 'MAN'), True)
Пример #18
0
 def test_stanstead_toronto(self):
     self.assertIs(reachable_destination('YYZ', 'LED'), False)
Пример #19
0
 def test_manchester_lunarcity7(self):
     self.assertIs(reachable_destination('MAN','LC7'), True)
Пример #20
0
 def test_leedsbradford_lunarcity7(self):
     self.assertIs(reachable_destination('LBA', 'LC7'), False)
Пример #21
0
 def test_nowhere_nowhere(self):
     self.assertIs(reachable_destination('', ''), False)
Пример #22
0
 def test_manchester_lunarcity7(self):
     self.assertIs(reachable_destination('MAN', 'LC7'), True)
Пример #23
0
 def test_heathrow_nowhere(self):
     self.assertIs(reachable_destination('LHR', ''), False)
Пример #24
0
 def test_heathrow_nowhere(self):
     self.assertIs(reachable_destination('LHR', ''), False)
Пример #25
0
 def test_toronto_leningrad(self):
     self.assertIs(reachable_destination('YYZ', 'LED'), False)