This repository was archived by the owner on Mar 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010from datetime import datetime
1111
1212
13+ @unittest .skipIf (
14+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
15+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
16+ )
1317class TestBatches (unittest .TestCase ):
1418 @classmethod
1519 def setUpClass (self ):
Original file line number Diff line number Diff line change 1010from datetime import datetime
1111
1212
13+ @unittest .skipIf (
14+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
15+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
16+ )
1317class TestDevice (unittest .TestCase ):
1418 @classmethod
1519 def setUpClass (self ):
Original file line number Diff line number Diff line change 88import random
99
1010
11+ @unittest .skipIf (
12+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
13+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
14+ )
1115class TestEmail (unittest .TestCase ):
1216 @classmethod
1317 def setUpClass (cls ):
Original file line number Diff line number Diff line change 99from datetime import datetime
1010
1111
12+ @unittest .skipIf (
13+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
14+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
15+ )
1216class TestEvent (unittest .TestCase ):
1317 @classmethod
1418 def setUpClass (cls ):
Original file line number Diff line number Diff line change 1010from datetime import datetime
1111
1212
13+ @unittest .skipIf (
14+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
15+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
16+ )
1317class TestIps (unittest .TestCase ):
1418 @classmethod
1519 def setUpClass (cls ):
Original file line number Diff line number Diff line change 77import packet
88
99
10+ @unittest .skipIf (
11+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
12+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
13+ )
1014class TestOrganization (unittest .TestCase ):
1115 @classmethod
1216 def setUpClass (self ):
Original file line number Diff line number Diff line change 1010from datetime import datetime
1111
1212
13+ @unittest .skipIf (
14+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
15+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
16+ )
1317class TestPorts (unittest .TestCase ):
1418 @classmethod
1519 def setUpClass (self ):
Original file line number Diff line number Diff line change 1010from datetime import datetime
1111
1212
13+ @unittest .skipIf (
14+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
15+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
16+ )
1317class TestVlan (unittest .TestCase ):
1418 @classmethod
1519 def setUpClass (self ):
Original file line number Diff line number Diff line change 1010from datetime import datetime
1111
1212
13+ @unittest .skipIf (
14+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
15+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
16+ )
1317class TestVolume (unittest .TestCase ):
1418 @classmethod
1519 def setUpClass (self ):
Original file line number Diff line number Diff line change 99import packet
1010
1111
12+ @unittest .skipIf (
13+ "PACKET_PYTHON_TEST_ACTUAL_API" not in os .environ ,
14+ "PACKET_PYTHON_TEST_ACTUAL_API is missing from environment" ,
15+ )
1216class TestVpn (unittest .TestCase ):
1317 @classmethod
1418 def setUpClass (self ):
You can’t perform that action at this time.
0 commit comments