Skip to content

Commit

Permalink
Remove setproctitle test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsx committed Jan 30, 2024
1 parent c4ad871 commit a0a481c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_misc.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
import pytest
import setproctitle

from inbox.models.backends.oauth import hash_token


def test_setproctitle_works():
original_proctitle = setproctitle.getproctitle()

setproctitle.setproctitle(test_setproctitle_works.__name__)
assert setproctitle.getproctitle() == test_setproctitle_works.__name__

setproctitle.setproctitle(original_proctitle)


@pytest.mark.parametrize(
"prefix,token,expected",
[
Expand Down

0 comments on commit a0a481c

Please sign in to comment.