summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix broken integration testTimothy Crosley2021-02-031-1/+3
* Fix integration testTimothy Crosley2021-01-121-1/+13
* 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
* lintingTimothy Crosley2020-12-131-1/+1
* Fix datadog integration testTimothy Crosley2020-12-121-1/+1
* 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
* Fix windows testTimothy Crosley2020-12-021-2/+2
* Improve code coverage: identify imports streamTimothy Crosley2020-12-011-0/+9
* Improve test coverage, add test for dont follow linksTimothy Crosley2020-12-011-0/+1
* Remove spaces in blank lineTimothy Crosley2020-11-301-1/+1
* Formatting fixesTimothy Crosley2020-11-291-2/+2
* Implemented #1603: Support for disabling float_to_top from the command line.Timothy Crosley2020-11-281-0/+47
* Fix integration test to skip unsorted filesissue/1596Timothy Crosley2020-11-131-1/+1
* Implemented #1596: Provide ways for extension formatting and file paths to be...Timothy Crosley2020-11-121-0/+60
* Fix handling of mix indented importsTimothy Crosley2020-11-041-0/+29
* Fix new_indent behaviorTimothy Crosley2020-11-031-5/+8