summaryrefslogtreecommitdiff
path: root/src/isodate/tests/test_time.py
Commit message (Collapse)AuthorAgeFilesLines
* - round down microseconds (in case precision is higher)Gerhard Weis2021-12-131-1/+6
|
* Merge branch 'PR57'Gerhard Weis2021-12-131-26/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PR57: remove the license from tests 1) move license to Project's root 2) add a missing sentence from 2-clause license 3-clause license ("BSD License 2.0", "Revised BSD License", "New BSD License", or "Modified BSD License"): [(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.] # Conflicts: # src/isodate/__init__.py # src/isodate/duration.py # src/isodate/isodates.py # src/isodate/isodatetime.py # src/isodate/isoduration.py # src/isodate/isoerror.py # src/isodate/isotime.py # src/isodate/isotzinfo.py # src/isodate/tests/__init__.py # src/isodate/tests/test_date.py # src/isodate/tests/test_datetime.py # src/isodate/tests/test_duration.py # src/isodate/tests/test_strf.py # src/isodate/tests/test_time.py
| * remove the license from testsAlexander Mangin2019-03-271-26/+0
| |
* | white spaceGerhard Weis2021-12-131-67/+86
|/
* Be able to recognize time zones with fractional hoursIgor2017-10-111-0/+6
|
* whitespaceGerhard Weis2017-07-051-0/+1
|
* make flake happyGerhard Weis2014-02-271-12/+12
|
* implement unittest2 load_tests protocolGerhard Weis2013-01-251-0/+4
|
* * support Python 3Gerhard Weis2012-01-061-0/+139
* moved tests package into isolate package