summary refs log blame commit diff stats
path: root/test/tc_ansi.py
blob: 0a6ad8b136a743df76505ddc1abba0d03fb3aff2 (plain) (tree)
22
23
24
25
26
27
28
29
30
31
32
# Copyright (C) 2010  David Barnett <davidbarnett2@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

if __name__ == '__main__': from __init__ import init; init()

import unittest
from ranger.gui import ansi

class TestDisplayable(unittest.TestCase):
	def test_char_len(self):
		ansi_string = "X"
		self.assertEqual(ansi.char_len(ansi_string), 1)

	def test_char_len2(self):
		ansi_string = "XY"
		self.assertEqual(ansi.char_len(ansi_string), 2)

	def test_char_len3(self):
		ansi_string = "XY"
		self.assertEqual(ansi.char_len(ansi_string), 2)

	def test_char_slice(self):
		ansi_string = "XY"
		expected = "X"
		self.assertEqual(ansi.char_slice(ansi_string, 0, 1), expected)

if __name__ == '__main__':
	unittest.main()
span>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr> <tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="ranger.actions.html">actions</a><br> <a href="ranger.applications.html">applications</a><br> <a href="ranger.colorschemes.html"><strong>colorschemes</strong>&nbsp;(package)</a><br> </td><td width="25%" valign=top><a href="ranger.commands.html">commands</a><br> <a href="ranger.container.html"><strong>container</strong>&nbsp;(package)</a><br> <a href="ranger.defaults.html"><strong>defaults</strong>&nbsp;(package)</a><br> </td><td width="25%" valign=top><a href="ranger.ext.html"><strong>ext</strong>&nbsp;(package)</a><br> <a href="ranger.fm.html">fm</a><br> <a href="ranger.fsobject.html"><strong>fsobject</strong>&nbsp;(package)</a><br> </td><td width="25%" valign=top><a href="ranger.gui.html"><strong>gui</strong>&nbsp;(package)</a><br> <a href="ranger.shared.html"><strong>shared</strong>&nbsp;(package)</a><br> </td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#eeaa77"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> <tr><td bgcolor="#eeaa77"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><dl><dt><a name="-main"><strong>main</strong></a>()</dt><dd><tt>initialize&nbsp;objects&nbsp;and&nbsp;run&nbsp;the&nbsp;filemanager</tt></dd></dl> </td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#55aa55"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> <tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><strong>CONFDIR</strong> = '/home/hut/.ranger'<br> <strong>RANGERDIR</strong> = '/home/hut/work/ranger/ranger'<br> <strong>USAGE</strong> = '%s [options] [path/filename]'<br> <strong>__author__</strong> = 'hut'<br> <strong>__copyright__</strong> = 'none'<br> <strong>__credits__</strong> = 'hut'<br> <strong>__email__</strong> = 'hut@lavabit.com'<br> <strong>__license__</strong> = 'GPL'<br> <strong>__maintainer__</strong> = 'hut'<br> <strong>__version__</strong> = '1.0.0'</td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#7799ee"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr> <tr><td bgcolor="#7799ee"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%">hut</td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#7799ee"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Credits</strong></big></font></td></tr> <tr><td bgcolor="#7799ee"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%">hut</td></tr></table> </body></html>