On 13/02/2021 23:20, Ben Blount wrote:
> I can do that, please send me the commit to verify and the invocation
> for the unit tests you want to check.

I haven't tested this exact sequence, but this should work:

git clone -b cache https://github.com/dnicolodi/beangulp.git
cd beangulp
python -m venv .
./bin/python setup.py develop
./bin/python -m unittest tests/test_cache.py
./bin/python -c 'import beangulp.cache; print(beangulp.cache.CACHEDIR)'

The last command should print the cache location.

Cheers,
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/378b86f0-bd00-3fa5-ff5f-b67a95a4339a%40grinta.net.

Reply via email to