Skip to content

fbiville/spring-data-jpa-nested

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nested test support with Spring Data

Current status

It does not seem to work:

  • confirmed with Spring Data Neo4j 6.0.0 (in a private repo)
  • confirmed with this repo

Reproduction one-liners

Flat tests, it works 🥳

cd $(mktemp -d) && \
    git clone https://github.com/fbiville/spring-data-jpa-nested && \
    cd spring-data-jpa-nested && \
    git reset --hard HEAD^ && \
    mvn test

Nested tests, it does not work 😿

cd $(mktemp -d) && \
    git clone https://github.com/fbiville/spring-data-jpa-nested && \
    cd spring-data-jpa-nested && \
    mvn test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages