https://pantsbuild.org/ logo
r

refined-addition-53644

03/17/2023, 4:58 PM
I try to run a single test file but pants does nothing
Copy code
pants test path/to/test.py
1
c

curved-television-6568

03/17/2023, 5:04 PM
any more info if you do
pants test --debug path/to/test.py
?
also, any insights from
pants peek path/to/test.py
..?
r

refined-addition-53644

03/17/2023, 5:07 PM
Running the test target works. And now even the individual run of test file works. 🤷‍♂️
False alarm I suppose.
c

curved-television-6568

03/17/2023, 5:07 PM
I do find that the caching may trip you up sometimes..
r

refined-addition-53644

03/17/2023, 5:08 PM
yeah something was weird. Can’t reproduce it.
1
2 Views