grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

fixes issue #67 - replace AssertionError with False and respective error string #144

Closed Srinivas11789 closed 4 years ago

Srinivas11789 commented 4 years ago

Fixes #67

Changes:

As of now made the changes only to list_test.py. Let me know if this is good or any more changes are required.