tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

SOURCES.txt (1636B)


      1 CHANGELOG.rst
      2 LICENSE
      3 MANIFEST.in
      4 Makefile
      5 README.rst
      6 pyproject.toml
      7 setup.cfg
      8 tox.ini
      9 dependencies/default/constraints.txt
     10 dependencies/default/requirements.txt
     11 dependencies/pytest-min/constraints.txt
     12 dependencies/pytest-min/requirements.txt
     13 pytest_asyncio/__init__.py
     14 pytest_asyncio/_version.py
     15 pytest_asyncio/plugin.py
     16 pytest_asyncio/py.typed
     17 pytest_asyncio.egg-info/PKG-INFO
     18 pytest_asyncio.egg-info/SOURCES.txt
     19 pytest_asyncio.egg-info/dependency_links.txt
     20 pytest_asyncio.egg-info/entry_points.txt
     21 pytest_asyncio.egg-info/requires.txt
     22 pytest_asyncio.egg-info/top_level.txt
     23 tests/conftest.py
     24 tests/test_asyncio_fixture.py
     25 tests/test_dependent_fixtures.py
     26 tests/test_event_loop_scope.py
     27 tests/test_flaky_integration.py
     28 tests/test_simple.py
     29 tests/test_subprocess.py
     30 tests/async_fixtures/__init__.py
     31 tests/async_fixtures/test_async_fixtures.py
     32 tests/async_fixtures/test_async_fixtures_scope.py
     33 tests/async_fixtures/test_async_fixtures_with_finalizer.py
     34 tests/async_fixtures/test_async_gen_fixtures.py
     35 tests/async_fixtures/test_nested.py
     36 tests/async_fixtures/test_parametrized_loop.py
     37 tests/hypothesis/test_base.py
     38 tests/hypothesis/test_inherited_test.py
     39 tests/loop_fixture_scope/conftest.py
     40 tests/loop_fixture_scope/test_loop_fixture_scope.py
     41 tests/markers/test_class_marker.py
     42 tests/markers/test_module_marker.py
     43 tests/modes/test_auto_mode.py
     44 tests/modes/test_legacy_mode.py
     45 tests/modes/test_strict_mode.py
     46 tests/multiloop/conftest.py
     47 tests/multiloop/test_alternative_loops.py
     48 tests/respect_event_loop_policy/conftest.py
     49 tests/respect_event_loop_policy/test_respects_event_loop_policy.py
     50 tests/trio/test_fixtures.py
     51 tools/get-version.py