summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Fix bug regarding multiline docstringsJon Banafato2021-03-221-0/+35
* Fix test to ensure output is the sameTimothy Crosley2021-03-201-4/+4
* Create failing test for issue #1566Timothy Crosley2021-03-191-0/+12
* Fixed #1594: incorrect placement of noqa comments with multiple from imports.Timothy Crosley2021-03-181-0/+22
* Resolved #1504: Added ability to push star imports to the top to avoid overri...Timothy Crosley2021-03-171-0/+23
* Add test case for issue #1645: Allowing sort order to be reversedTimothy Crosley2021-03-171-0/+30
* Add test case to ensure incorrectly formatted from statements dont disapearTimothy Crosley2021-03-151-0/+21
* Resolve #1684: Add support for --extend-skip and --extend-skip-globTimothy Crosley2021-03-131-1/+1
* Merge branch 'develop' into issue/1659/force-sort-sections-with-relative-importsTimothy Edmund Crosley2021-03-105-1/+122
|\
| * Implemented #1638 / #1644: Provide a flag to ensure same file handle is used...Timothy Crosley2021-03-042-0/+6
| * Fix indentationTimothy Crosley2021-03-031-1/+1
| * Create failing test for issue #1667issue/1667Timothy Crosley2021-03-021-0/+17
| * Add test for allowing root, switch to allow root commandTimothy Crosley2021-03-011-0/+5
| * fix :Failed to pull configuration information from pyproject.tomldongfangtianyu2021-02-241-0/+25
| * Add test case for issue #1670Timothy Crosley2021-02-171-0/+31
| * Fix not replacing the source file if only literals are changed but not the im...Marco Lam2021-02-171-1/+38
* | squash! Add new option for sorting relative imports in force-sorted sectionsgofr2021-02-141-4/+4
* | Add new option for sorting relative imports in force-sorted sectionsgofr2021-02-141-2/+37
* | Sort relative imports correctly with force_sort_within_sectionsgofr2021-02-112-4/+37
|/
* Make last snippet valid codeTimothy Crosley2021-02-091-1/+1
* Fix formattingTimothy Crosley2021-02-091-6/+13
* Add wemake profileTimothy Crosley2021-02-091-0/+80
* Made identified imports .statement() runnable codeissue/1641Timothy Crosley2021-02-071-4/+4
* Respect line_length in vertical grid modes and deprecate mode 6gofr2021-02-053-61/+17
* Unit test behavior of vertical grids close to the line lengthgofr2021-02-051-0/+46
* Add test for duplicate alias caseTimothy Crosley2021-01-121-0/+12
* Update test to use correct spacing for commentsTimothy Crosley2021-01-121-2/+2
* Add test case for issue #1631issue/1631Timothy Crosley2021-01-101-0/+10
* Merge pull request #1626 from gofr/issue/1624Timothy Edmund Crosley2021-01-011-0/+88
|\
| * Move fix behind a flaggofr2020-12-311-1/+61
| * Make force_sort_within_sections respect casegofr2020-12-301-1/+29
* | 100% test coverageTimothy Crosley2020-12-302-1/+28
* | 100% test coverage for new identify moduleTimothy Crosley2020-12-301-1/+27
* | Fix indented identification isortTimothy Crosley2020-12-303-7/+54
* | Add additional identification test casesTimothy Crosley2020-12-301-2/+63
* | Add initial unit testing for identify - with focuses on yield and raise edge ...Timothy Crosley2020-12-301-0/+139
|/
* Update tests to enforce import identifaction line numbers use 1 base indexingTimothy Crosley2020-12-292-15/+15
* Add testing for uniqueTimothy Crosley2020-12-281-5/+16
* Fix test line lengthsTimothy Crosley2020-12-251-7/+13
* Remove uneeded lineTimothy Crosley2020-12-241-1/+0
* Expand test to capture case where comma is already presentTimothy Crosley2020-12-241-0/+9
* Add failing test for issue #1621: Showing that double comma does indeed apear.Timothy Crosley2020-12-241-0/+16
* identify imports directory supportTimothy Crosley2020-12-211-2/+1
* Add test for new files modulefeature/super-fast-import-identificationTimothy Crosley2020-12-201-0/+8
* All tests now passingdTimothy Crosley2020-12-203-48/+34
* Add test for #1604: allow toggling section header in indented importsTimothy Crosley2020-12-091-0/+48
* Improve test coverage with test for KeyError in mainTimothy Crosley2020-12-051-0/+16
* Improve coverage of identify importsTimothy Crosley2020-12-041-0/+3
* Refactor test main cases to reuse as_streamTimothy Crosley2020-12-031-87/+43
* Fix test on windowsTimothy Crosley2020-12-021-3/+2