Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] test_rate_limiter.py: fixture 'max_requests' not found #19

Open
vyomakesh09 opened this issue Dec 23, 2023 · 1 comment
Open

[BUG] test_rate_limiter.py: fixture 'max_requests' not found #19

vyomakesh09 opened this issue Dec 23, 2023 · 1 comment
Assignees
Labels
bug Something isn't working no-issue-activity

Comments

@vyomakesh09
Copy link
Contributor

========================================== ERRORS ===========================================
_____________________ ERROR at setup of test_rate_limiter_logs_warnings _____________________
file /home/v/vswarms-cloud/tests/test_rate_limiter.py, line 65
def test_rate_limiter_logs_warnings(max_requests: int, time_span: int):
E fixture 'max_requests' not found

  available fixtures: anyio_backend, anyio_backend_name, anyio_backend_options, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, mock_time, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
  use 'pytest --fixtures [testpath]' for help on them.

/home/v/vswarms-cloud/tests/test_rate_limiter.py:65
__________________ ERROR at setup of test_rate_limiter_catches_exceptions ___________________
file /home/v/vswarms-cloud/tests/test_rate_limiter.py, line 88
def test_rate_limiter_catches_exceptions(max_requests: int, time_span: int, mock_time):
E fixture 'max_requests' not found

  available fixtures: anyio_backend, anyio_backend_name, anyio_backend_options, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, mock_time, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
  use 'pytest --fixtures [testpath]' for help on them.

/home/v/vswarms-cloud/tests/test_rate_limiter.py:88

@vyomakesh09 vyomakesh09 added the bug Something isn't working label Dec 23, 2023
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working no-issue-activity
Projects
None yet
Development

No branches or pull requests

2 participants