mirror of https://gitlab.com/bashrc2/epicyon
More inbox checks
parent
982ab616d9
commit
6204830110
2
tests.py
2
tests.py
|
@ -1215,6 +1215,8 @@ def testClientToServer():
|
|||
assert 'bob@'+bobDomain+':'+str(bobPort) not in open(aliceDir+'/accounts/alice@'+aliceDomain+'/following.txt').read()
|
||||
assert validInbox(bobDir,'bob',bobDomain)
|
||||
assert validInboxFilenames(bobDir,'bob',bobDomain,aliceDomain,alicePort)
|
||||
assert validInbox(aliceDir,'alice',aliceDomain)
|
||||
assert validInboxFilenames(aliceDir,'alice',aliceDomain,bobDomain,bobPort)
|
||||
|
||||
# stop the servers
|
||||
thrAlice.kill()
|
||||
|
|
Loading…
Reference in New Issue