Skip to content

Commit

Permalink
Document purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Apr 19, 2017
1 parent 5aba412 commit 43e381e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test_fuzz.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/usr/bin/env python

"""Test that autoflake runs without crashing on arbitrary Python files."""
"""Test that autoflake performs correctly on arbitrary Python files.
This checks that autoflake never introduces incorrect syntax. This is
done by doing a syntax check after the autoflake run. The number of
Pyflakes warnings is also confirmed to always improve.
"""

from __future__ import print_function
from __future__ import unicode_literals
Expand Down

0 comments on commit 43e381e

Please sign in to comment.