I try to run a single test file but pants does not...
# general
r
I try to run a single test file but pants does nothing
Copy code
pants test path/to/test.py
1
c
any more info if you do
pants test --debug path/to/test.py
?
also, any insights from
pants peek path/to/test.py
..?
r
Running the test target works. And now even the individual run of test file works. 🤷‍♂️
False alarm I suppose.
c
I do find that the caching may trip you up sometimes..
r
yeah something was weird. Can’t reproduce it.
1