simplify

tests/augassign.py

14:7c40ee4eea88
2006-07-15 paulb Split up the original test.
     1 a += b     2 a.b += c     3 a.b().c += d     4 a[b:c] += d     5 a.b[c:] += d     6 a[b] += c     7 a[b,c] += d