Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Property based testing of module #88

Open
luvarqpp opened this issue Jan 8, 2020 · 0 comments
Open

Property based testing of module #88

luvarqpp opened this issue Jan 8, 2020 · 0 comments
Labels
question Further information is requested

Comments

@luvarqpp
Copy link

luvarqpp commented Jan 8, 2020

Property based testing (PBT) does count that test is fast and can be run many times during single test suite execution. This project (moduliths) provide (as side thing) possibility to write faster tests. It provides possibility to write unit test, where unit is module. It is smaller part as integration test, or system test and in my projects there are many modules suitable for unit testing using PBT technique.

I call for adding support for easily starting application context for some module. This way it could be used with https://jqwik.net/ for example, to run PBT suites. I think that @jlink would be also interested in such usage, as it is requested in jqwik-team/jqwik#41 for whole spring application also.

@odrotbohm odrotbohm added the question Further information is requested label Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants