summaryrefslogtreecommitdiff
path: root/tests/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Spec.specs for single-term ranges.maint/2.xRaphaël Barrois2019-09-061-3/+4
* Restore Python2 support.rbarrois/restore-py2Raphaël Barrois2019-08-291-0/+39
* Add `Version.precedence_key`.Raphaël Barrois2019-08-261-51/+0
* Fix inconsistent matching behaviour.Raphaël Barrois2019-08-241-22/+26
* Lint test code.Raphaël Barrois2019-08-241-9/+14
* Use unittest.subTest in tests.Raphaël Barrois2019-08-241-81/+116
* Drop support for Python<3.4.Raphaël Barrois2019-08-241-2/+1
* Fix a bug with compatible release clauses and patch versionsMartin Ek2016-03-071-0/+4
* Add support for compatible release ranges, fixes #37Martin Ek2016-02-251-0/+8
* Fix handling pre-1.0.0 caret versions (Closes #35)Raphaël Barrois2016-02-211-0/+8
* Cleanup and document fixes from #31.Raphaël Barrois2016-02-121-3/+20
* Remove Copyright years (Closes #28)Raphaël Barrois2016-02-121-1/+1
* Merge branch 'bump-version-2' of https://github.com/MinchinWeb/python-semanti...Raphaël Barrois2016-02-121-2/+126
|\
| * add tests for bumping prerelease versionsMinchinWeb2015-09-151-2/+126
* | Forbid build metadata ordering (See #18)Raphaël Barrois2015-09-151-13/+31
|/
* Adds a new bump version func to the API.Rick Eyre2015-04-011-0/+28
* Update copyrightRaphaël Barrois2014-03-081-1/+1
* Upgrade to semver-2.0.0 (Closes #3)Raphaël Barrois2014-02-131-2/+2
* Add Python3 support.Raphaël Barrois2013-03-211-5/+22
* Fix license string.Raphaël Barrois2013-03-211-0/+1
* Add semantic_version.validate (Closes #2).Raphaël Barrois2013-03-211-0/+40
* Add Version.coerce.Raphaël Barrois2013-03-201-0/+19
* Fix handling of partial versions (Closes #1).Raphaël Barrois2013-03-201-0/+1
* Happy New Year!Raphaël Barrois2013-01-021-2/+2
* Cleanup __repr__ of Version()Raphaël Barrois2012-05-221-6/+4
* Add a few tests.Raphaël Barrois2012-05-221-0/+30
* Introduce Spec.filter and Spec.select.Raphaël Barrois2012-05-221-0/+61
* Remove SpecItem.Raphaël Barrois2012-05-211-3/+0
* Rename Spec to SpecItem and SpecList to SpecItem.Raphaël Barrois2012-05-211-30/+30
* Update rules and code to follow readable specifications.Raphaël Barrois2012-05-201-51/+51
* Allow passing in spec lists in separate arguments to SpecList.Raphaël Barrois2012-05-181-0/+16
* Test handling of the 'partial' flag in hashing.Raphaël Barrois2012-05-181-0/+11
* Ensure partial flag is kept around.Raphaël Barrois2012-05-181-0/+1
* Add SpecList.Raphaël Barrois2012-05-171-0/+62
* Add support for __hash__ to Version/Spec.Raphaël Barrois2012-05-171-0/+8
* Use tuples instead of lists.Raphaël Barrois2012-05-171-36/+36
* Add tests for loose version specs.Raphaël Barrois2012-05-171-0/+98
* Add __contains__ to Spec.Raphaël Barrois2012-05-161-0/+13
* s/SemanticVersion/Version/Raphaël Barrois2012-05-151-10/+10
* Add support for unittest2.Raphaël Barrois2012-05-151-1/+5
* Full coverage.Raphaël Barrois2012-05-151-1/+13
* Make test modules runable.Raphaël Barrois2012-05-151-0/+3
* More tests.Raphaël Barrois2012-05-151-0/+130