summaryrefslogtreecommitdiff
path: root/fastimport/tests
Commit message (Collapse)AuthorAgeFilesLines
* Drop python2 helper.Jelmer Vernooij2021-04-101-37/+36
|
* Fix PEP8 formatting.Jelmer Vernooij2019-12-017-126/+182
|
* Avoid assertMultiLineEqual - not available on python2.6.Jelmer Vernooij2018-03-301-1/+1
|
* Add fast-import-{filter,query,info} scripts.Jelmer Vernooij2018-03-302-0/+78
|
* test commits with integer marksPhilip Roche2016-06-071-1/+21
|
* Add python3.4 support.Jelmer Vernooij2016-04-181-7/+5
|
* Collapse import statements, remove unnecessary helpers by inlining them.Jelmer Vernooij2016-04-181-4/+5
|
* Fixed the test_copy_to_outsideFélix Mattrat2016-04-181-1/+1
|
* Explicitly declared all the byte strings. Renamed variables using reserved ↵Félix Mattrat2016-04-186-416/+413
| | | | keywords
* removed unused/useless statementsFélix Mattrat2016-04-153-44/+35
|
* sorted out string/unicode problems, updated the unicode test, renamed ↵Félix Mattrat2016-04-154-22/+26
| | | | assertEquals method to assertEqual (deprecated in py3)
* make the tests work again on python2Félix Mattrat2016-04-144-38/+44
|
* python 3 compatibility, futurize stage 2Félix Mattrat2016-04-144-14/+22
|
* python 3 compatibility, futurize stage 1Félix Mattrat2016-04-142-13/+13
|
* Authorship information as a namedtuplemasklinn2014-04-271-8/+18
| | | | | | * serialization should remain predicated upon a 4-tuple, as users may create and set 4-tuples for authorship info * added a fake time to parser test to test for namedtuple
* Merge branch 'commit-copy' of git://github.com/masklinn/python-fastimportJelmer Vernooij2014-03-111-0/+29
|\
| * Test copy-with-replacement and invalid copymasklinn2014-03-111-3/+14
| | | | | | | | Styllistic fixes, ensure compatibility with pre-2.7 unittest
| * Add basic commit copy testmasklinn2014-03-111-0/+18
| | | | | | | | | | * don't assume file_iter is a list (though the parser sets one) * don't copy inferred name attribute
* | Add tests for notemodifymasklinn2014-03-111-0/+75
|/
* Fix compatibility with python2.6, which does not have assertIsInstance.Jelmer Vernooij2014-01-181-2/+2
|
* Remove dependency on testtools.Jelmer Vernooij2014-01-186-12/+12
|
* Allow less strict parsing of fastimport streams.Jelmer Vernooij2012-04-041-0/+38
|
* Cope with invalid timezones like +51800 a little bit better.Jelmer Vernooij2012-04-041-0/+3
|
* Add basic tests for dates.Jelmer Vernooij2012-04-042-0/+32
|
* Remove bzr-specific reftracker and idmapfile modules.Jelmer Vernooij2012-02-282-260/+0
|
* Implement 'done' feature.Jelmer Vernooij2012-02-281-0/+26
|
* Merge support for squash_empty_commit argument to FilterProcessor.Jelmer Vernooij2011-10-221-2/+231
|\
| * Rename flag to squash_empty_commits and add few more tests with ↵Oleksandr Usov2011-10-211-9/+118
| | | | | | | | includes/excludes
| * Add preserve_all_history flag to filter_processor and tests for itOleksandr Usov2011-10-201-2/+120
| |
* | Only fix references to commits that have been squashed rather than removing ↵Jelmer Vernooij2011-10-221-0/+1
|/ | | | everything that we haven't touched yet
* Remove old FSF address and point at FSF website instead.Jelmer Vernooij2011-10-067-15/+7
| | | | Thanks Dan Callaghan.
* Fix tests.Jelmer Vernooij2010-11-062-2/+2
|
* Use modes directly rather than bzr file kinds and executable flags.Jelmer Vernooij2010-09-122-14/+11
|
* Import processors from bzr-fastimport.Jelmer Vernooij2010-09-065-0/+1483
|\
| * Split out fastimport, import it from the system.Jelmer Vernooij2010-09-033-419/+0
| |
* | Add testrepository configuration, test_suite() function.Jelmer Vernooij2010-09-041-0/+35
| |
* | Split python-fastimport into its own separate package.Jelmer Vernooij2010-09-032-2/+2
|/
* Move pure-fastimport code into its own directory, in preparation of ↵Jelmer Vernooij2010-09-033-0/+419
splitting it into a separate package.