Commit Graph

314 Commits (b646d1b4d687094ffdde2c0bd290cb2498011e7e)

Author SHA1 Message Date
baztian b646d1b4d6 Revert "Drop coveralls support because of https://github.com/coverallsapp/github-action/issues/30"
This reverts commit e660da8e2f.
2020-06-19 23:23:27 +02:00
baztian af47f07011 Add configuration for sonarcloud.io according to https://github.com/SonarSource/sonarcloud-github-action 2020-06-19 23:13:25 +02:00
baztian e660da8e2f Drop coveralls support because of https://github.com/coverallsapp/github-action/issues/30 2020-06-19 23:06:02 +02:00
baztian 6b42342a05 Add path to coverage file 2020-06-19 21:22:21 +02:00
baztian fa30746b3a Work around https://github.com/coverallsapp/github-action/issues/50 2020-06-19 21:16:25 +02:00
baztian 3cdc9016a8 Fix Coveralls for parallel builds 2020-06-19 21:08:16 +02:00
baztian d908f1f713 Use Coveralls action and remove redundant coverage install from jython setup file 2020-06-19 21:00:35 +02:00
baztian c52e8c4773 Run coveralls 2020-06-19 20:56:47 +02:00
baztian ab925619d6 Add Jython support 2020-06-19 20:51:15 +02:00
baztian 509db87ec8 Make envlist compatible with tox-gh-actions 2020-06-17 22:43:28 +02:00
baztian 4c42522e3f Use https://github.com/ymyzk/tox-gh-actions 2020-06-17 21:49:44 +02:00
baztian 325f0c0264
Create python-package.yml 2020-06-17 21:47:19 +02:00
baztian 8ffe6bd527 Bump version: 1.2.2 → 1.2.3 2020-06-12 08:58:12 +02:00
baztian 857cb279bc
Merge pull request #146 from baztian/fix27-build-issues
Try to fix Python 2.7 related build issues
2020-06-12 08:51:37 +02:00
baztian d3e4a8eda6 Fix development readem 2020-06-12 08:51:23 +02:00
baztian ea36e12f57
Merge pull request #150 from baztian/close-cursors
Removed cursor destructor to avoid issues with some JPype versions
2020-06-12 08:50:51 +02:00
baztian e7ba8d100f Add advice to close cursors to changelog 2020-06-12 08:37:10 +02:00
baztian 4baedb8064 Removed cursor destructor to avoid issues with some JPype versions 2020-06-12 08:36:24 +02:00
baztian 34ab8a0265
Merge pull request #153 from baztian/fix-python2-install-requirements
Make pip install for Python 2 work again
2020-06-12 08:33:44 +02:00
baztian 4280a11ea0 Make pip install for Python 2 work. Fixes #152 2020-06-12 08:25:04 +02:00
baztian 33a6f44bbe Merge branch 'fix-jython-install-requirements' 2020-06-11 09:29:55 +02:00
baztian e6cadb42e5 Make pip install for Jython work by removing JPype1 requirement for Jython 2020-06-10 23:38:59 +02:00
baztian 22a1d3f1fa Merge branch 'fix-py27-tests' 2020-06-10 23:35:43 +02:00
baztian f16f27665b Fix tests for Python 2 2020-06-10 23:21:37 +02:00
baztian 53012d5433
Merge pull request #148 from baztian/fix-mockito-incompat
Upgrade mockito to work around JPype incompatibilities
2020-06-05 00:28:00 +02:00
baztian 5449ca8dab Upgrade jip to be able to download new mockito versions containing some utf-8 chars in pom 2020-06-04 23:53:42 +02:00
baztian 983f310acf Upgrade to the latest Mockito 2020-06-04 18:04:07 +02:00
baztian 6a53b00e1e Upgrade mockito to work around JPype incompatibilities 2020-06-04 17:55:21 +02:00
baztian dc8dc67a45 Bump version: 1.2.1 → 1.2.2 2020-06-04 17:50:50 +02:00
baztian b3e323f596
Merge pull request #140 from ministat/pretty_print_decimal
print decimal as long if scale is zero
2020-06-04 17:49:05 +02:00
baztian 694197128a Fix decimal type conversion for Jython 2020-06-03 22:17:55 +02:00
baztian 78791871b0 Change float test to double to resolve issues with Jython 2020-06-03 21:48:04 +02:00
baztian d8b96c510e Add changelog entry 2020-06-03 21:36:03 +02:00
baztian 6e53d9f707 Remove unnecessary integration test 2020-06-03 21:32:35 +02:00
baztian 3a4edca97b Also test non BigDecimal decimal types 2020-06-03 21:27:46 +02:00
baztian 5f3da6b096 Add test for scaled decimal 2020-06-03 21:15:21 +02:00
baztian fc90daddc3 Simplified mock code 2020-06-03 20:49:43 +02:00
baztian beb116875b Make test actually fail on for unfixed behaviour 2020-06-02 14:43:00 +02:00
Hongjiang Zhang b662b14e01 add mock testcase 2020-06-02 07:46:36 +08:00
Hongjiang Zhang b921a6d480 assert each element instead of compare string value
Long value sometimes has 'L' postfix which breaks string compare
2020-06-01 11:40:54 +08:00
Hongjiang Zhang abea135fb8 merge baztian's commit 2020-05-31 06:13:21 +08:00
Hongjiang Zhang cac40267fc print decimal as long if scale is zero
optimize numeric and decimal displaying

add unit test case for print simple decimal

close the cursor
2020-05-28 12:15:24 +08:00
baztian ff60a141cb Bump version: 1.2.0 → 1.2.1 2020-05-27 22:47:19 +02:00
baztian 003d074452 Update changelog 2020-05-27 22:46:11 +02:00
baztian 67b005102f Merge branch 'thealmightygrant-master' 2020-05-27 22:42:17 +02:00
Grant Sherrick f1637fc224 Add fix for JDBC issue by reloading classpath when attaching JVM to thread. 2020-05-27 22:37:14 +02:00
baztian 55c9b44c23 Merge branch 'more-test-fixes'. Fixes #144 which acutally was just a testing issue 2020-05-27 22:32:08 +02:00
baztian ab9a256897 Make with statement test a mock test 2020-05-27 22:11:33 +02:00
baztian e221a17e19 Downgrade mockito again to make mockdriver tests work 2020-05-27 21:58:33 +02:00
baztian 8191a24489 Fix with statment test. Include missing PropertiesDriverArgsPassingTest 2020-05-27 21:45:58 +02:00