Skip to content

wiwa/intellij-bsp-pants

 
 

Repository files navigation

Steps to reproduce bug

First, export the Pants build to Bloop:

git clone https://github.com/olafurpg/intellij-bsp-pants.git
cd intellij-bsp-pants
./setup-bsp.sh                 # takes a while to complete
bloop compile `bloop projects` # validate that Bloop compilation works

Next, import the build into IntelliJ using "bsp".

Testing from terminal

$ bloop test src/test/scala/foo:foo
MySuite:
Auto-test!
- auto-test works
Execution took 12ms
1 tests, 1 passed
All tests in foo.MySuite passed

===============================================
Total duration: 12ms
All 1 test suites passed.
===============================================

Testing from IntelliJ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.9%
  • Scala 4.8%
  • Python 4.3%