https://github.com/mateuszkubuszok/pipez-testcases
Test cases for pipez
https://github.com/mateuszkubuszok/pipez-testcases
Last synced: 3 months ago
JSON representation
Test cases for pipez
- Host: GitHub
- URL: https://github.com/mateuszkubuszok/pipez-testcases
- Owner: MateuszKubuszok
- License: apache-2.0
- Created: 2022-09-24T13:16:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T12:15:14.000Z (over 2 years ago)
- Last Synced: 2025-01-21T18:51:59.632Z (5 months ago)
- Language: Scala
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pipez test cases
This project exists due to 3 reasons:
* pipez has to test Java Beans conversions, so I need some nice way of generating a lot of Java Beans with
a reasonable `.equals` and `.hashCode` for tests
* Scala 3 pulled a rug from under me by changing the contracts when using `@BeanProperty` so I have to compile
for 2.13 and then make Scala 3 use 2.13 artifact
* sbt-matrix (at version 0.9.0) has an annoying bug: when I used testcases as submodule with "test->compile"
configuration it complained that it cannot find "testcases_3" even though dependenciesList showed only testcases for
2.13Long story short, it's a desperate attempt to workaround for dotty and sbt-matrix pulling a rug from under me.