def test_direct_write_access( self ):
     a = Config ( f = 1 )
     a.f = 2
     self.assertEqual( a.f, 2 )