[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-147.0a1-16.0-2] 2 commits: fixup! Add CI for Tor Browser



Title: GitLab

henry pushed to branch tor-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

  • 30b4b8bb
    by Henry Wilkes at 2026-01-26T13:22:48+00:00
    fixup! Add CI for Tor Browser
    
    TB 44492: Fix lint warnings.
    
  • bad52bb0
    by Henry Wilkes at 2026-01-26T13:22:48+00:00
    fixup! TB 43817: Add tests for Tor Browser
    
    TB 44492: Fix lint warnings.
    

3 changed files:

Changes:

  • .gitlab/ci/jobs/startup-test/startup-test.py
    ... ... @@ -97,5 +97,6 @@ subprocess.run(
    97 97
             download_url,
    
    98 98
             "--thing-to-run",
    
    99 99
             binary,
    
    100
    -    ]
    
    100
    +    ],
    
    101
    +    check=True,
    
    101 102
     )

  • testing/tor/test_circuit_isolation.py
    ... ... @@ -10,7 +10,7 @@ TOR_BOOTSTRAP_TIMEOUT = 30000 # 30s
    10 10
     class TestCircuitIsolation(MarionetteTestCase):
    
    11 11
         def tearDown(self):
    
    12 12
             self.marionette.restart(in_app=False, clean=True)
    
    13
    -        super(TestCircuitIsolation, self).tearDown()
    
    13
    +        super().tearDown()
    
    14 14
     
    
    15 15
         def bootstrap(self):
    
    16 16
             with self.marionette.using_context("chrome"):
    

  • testing/tor/test_network_check.py
    ... ... @@ -16,7 +16,7 @@ class TestNetworkCheck(MarionetteTestCase):
    16 16
     
    
    17 17
         def tearDown(self):
    
    18 18
             self.marionette.restart(in_app=False, clean=True)
    
    19
    -        super(TestNetworkCheck, self).tearDown()
    
    19
    +        super().tearDown()
    
    20 20
     
    
    21 21
         def attemptConnection(self, tries=1):
    
    22 22
             if tries > 3:
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx