Skip to content

Commit

Permalink
test: remove coding header
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Jun 5, 2021
1 parent b83b146 commit cfba6d7
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion test/cli/test_cli_run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for command handling"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/cli/test_cli_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for sopel.cli.utils"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/config/test_config_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
from __future__ import generator_stop

import os
Expand Down
1 change: 0 additions & 1 deletion test/irc/test_irc_abstract_backends.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for core ``sopel.irc.backends``"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/irc/test_irc_isupport.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for core ``sopel.irc.isupport``"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/irc/test_irc_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for core ``sopel.irc.utils``"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/modules/test_modules_choose.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for Sopel's ``choose`` plugin"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/modules/test_modules_find_updates.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for Sopel's ``find_updates`` plugin"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/modules/test_modules_isup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for Sopel's ``isup`` plugin"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/modules/test_modules_remind.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for Sopel's ``remind`` plugin"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/modules/test_modules_tell.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for Sopel's ``tell`` plugin"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/modules/test_modules_url.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for Sopel's ``url`` plugin"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/plugins/test_plugins_handlers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for the ``sopel.plugins.handlers`` module."""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/plugins/test_plugins_rules.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for the ``sopel.plugins.rules`` module."""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_bot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for core ``sopel.bot`` module"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
from __future__ import generator_stop

import os
Expand Down
1 change: 0 additions & 1 deletion test/test_coretasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""coretasks.py tests"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_db.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for the new database functionality.
TODO: Most of these tests assume functionality tested in other tests. This is
Expand Down
1 change: 0 additions & 1 deletion test/test_formatting.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for message formatting"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_irc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for core ``sopel.irc``"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_loader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for the ``sopel.loader`` module."""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_module.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for sopel.module decorators
.. important::
Expand Down
1 change: 0 additions & 1 deletion test/test_plugin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for sopel.plugin decorators"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_plugins.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Test for the ``sopel.plugins`` module."""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_regression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Regression tests"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_tools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests sopel.tools"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/test_trigger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for message parsing"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/tests/test_tests_mocks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for ``sopel.tests.mocks`` module"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/tools/test_tools_jobs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for Job Scheduler"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/tools/test_tools_target.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests for targets: Channel & User"""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/tools/test_tools_time.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tools for getting and displaying the time."""
from __future__ import generator_stop

Expand Down
1 change: 0 additions & 1 deletion test/tools/test_tools_web.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding=utf-8
"""Tests Sopel's web tools"""
from __future__ import generator_stop

Expand Down

0 comments on commit cfba6d7

Please sign in to comment.