mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
py2 paranoia
This commit is contained in:
parent
28e09fd60a
commit
fbc92b109b
6 changed files with 45 additions and 6 deletions
|
|
@ -1,4 +1,8 @@
|
|||
# pylint:disable=protected-access ; allowed for test code
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import random
|
||||
import datetime as dt
|
||||
|
|
@ -10,6 +14,8 @@ import pycalver2.version as v2version
|
|||
import pycalver.patterns as v1patterns
|
||||
import pycalver2.patterns as v2patterns
|
||||
|
||||
# pylint:disable=protected-access ; allowed for test code
|
||||
|
||||
|
||||
def test_bump_beta():
|
||||
cur_version = "v201712.0001-beta"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue