I didn't see any relevant unit tests in
https://github.com/dnicolodi/beangulp/tree/cache/tests

Here's the cache output:
python3 -c "import beangulp.cache; print(beangulp.cache.CACHEDIR)"
C:\Users\Ben\AppData\Local/Beangulp/

Consider using path.join() instead so it will handle the correct path
delimiter. One of my biggest gripes with windows is that it uses \ for
paths rather than /.

On Sun, Feb 14, 2021 at 3:11 AM Daniele Nicolodi <[email protected]> wrote:

> 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
> .
>

-- 
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/CACGEkZsu4MzrOTC8Vmm_T8TvfW-oJCGcMXY_VrKvtALK%2BOQgTQ%40mail.gmail.com.

Reply via email to