comparison rhodecode/tests/test_libs.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents 54687aa00724
children 89efedac4e6c
comparison
equal deleted inserted replaced
1817:523b1011a625 1818:cf51bbfb120e
3 rhodecode.tests.test_libs 3 rhodecode.tests.test_libs
4 ~~~~~~~~~~~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~~~~~~~~~~~
5 5
6 6
7 Package for testing various lib/helper functions in rhodecode 7 Package for testing various lib/helper functions in rhodecode
8 8
9 :created_on: Jun 9, 2011 9 :created_on: Jun 9, 2011
10 :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> 10 :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
11 :license: GPLv3, see COPYING for more details. 11 :license: GPLv3, see COPYING for more details.
12 """ 12 """
13 # This program is free software: you can redistribute it and/or modify 13 # This program is free software: you can redistribute it and/or modify
110 "@lukaszb check it pls @ ttwelve @D[] @one@two@three " 110 "@lukaszb check it pls @ ttwelve @D[] @one@two@three "
111 "@MARCIN @maRCiN @2one_more22") 111 "@MARCIN @maRCiN @2one_more22")
112 s = ['2one_more22', 'D', 'MARCIN', 'first', 'lukaszb', 112 s = ['2one_more22', 'D', 'MARCIN', 'first', 'lukaszb',
113 'maRCiN', 'marcink', 'one'] 113 'maRCiN', 'marcink', 'one']
114 self.assertEqual(s, extract_mentioned_users(sample)) 114 self.assertEqual(s, extract_mentioned_users(sample))
115
116