Example #1
0
 def test_local_target(self):
     for target in self.local_targets:
         assert not pip2pi_commands.is_remote_target(target), \
                 "%r is local" %(target, )
Example #2
0
 def test_local_target(self):
     for target in self.local_targets:
         assert not pip2pi_commands.is_remote_target(target), \
                 "%r is local" %(target, )
Example #3
0
 def test_remote_target(self):
     for target in self.remote_targets:
         assert pip2pi_commands.is_remote_target(target), \
                 "%r is remote" %(target, )
Example #4
0
 def test_remote_target(self):
     for target in self.remote_targets:
         assert pip2pi_commands.is_remote_target(target), \
                 "%r is remote" %(target, )