Random: Various updates and improvements.

This commit is contained in:
Krytarik Raido
2021-12-04 04:04:04 +01:00
parent 2dfd320ddc
commit 6c755906d7
7 changed files with 101 additions and 106 deletions

View File

@ -1,5 +1,6 @@
###
# Copyright (c) 2010, Terence Simpson <tsimpson@ubuntu.com>
# Copyright (c) 2010, Terence Simpson
# Copyright (c) 2021, Krytarik Raido
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,13 +26,9 @@
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
###
from supybot.test import *
class RandomTestCase(PluginTestCase):
plugins = ('Random',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: