forked from indymedia/epicyon
Rename function
parent
8db1ec89d2
commit
068f3b448b
6
tests.py
6
tests.py
|
@ -1770,8 +1770,8 @@ def testGetStatusNumber():
|
||||||
prevStatusNumber = int(statusNumber)
|
prevStatusNumber = int(statusNumber)
|
||||||
|
|
||||||
|
|
||||||
def testCommentJson() -> None:
|
def testJsonString() -> None:
|
||||||
print('testCommentJson')
|
print('testJsonString')
|
||||||
filename = '/tmp/test.json'
|
filename = '/tmp/test.json'
|
||||||
messageStr = "Crème brûlée यह एक परीक्षण ह"
|
messageStr = "Crème brûlée यह एक परीक्षण ह"
|
||||||
testJson = {
|
testJson = {
|
||||||
|
@ -2191,7 +2191,7 @@ def runAllTests():
|
||||||
testRecentPostsCache()
|
testRecentPostsCache()
|
||||||
testTheme()
|
testTheme()
|
||||||
testSaveLoadJson()
|
testSaveLoadJson()
|
||||||
testCommentJson()
|
testJsonString()
|
||||||
testGetStatusNumber()
|
testGetStatusNumber()
|
||||||
testAddEmoji()
|
testAddEmoji()
|
||||||
testActorParsing()
|
testActorParsing()
|
||||||
|
|
Loading…
Reference in New Issue