Skip to content

Commit

Permalink
Use monkeypatch.setenv instead of copying the os.environ for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeecardona committed Apr 19, 2022
1 parent c0d8975 commit 06f9179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guake/tests/test_about.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
# pylint: disable=redefined-outer-name

import os
import pytest

from guake import guake_version
Expand Down

0 comments on commit 06f9179

Please sign in to comment.