Are you sure you commited tests/test_cache.py ? I'm not seeing it where it was supposed to be in your commands.
On Sun, Feb 14, 2021 at 11:36 AM Daniele Nicolodi <[email protected]> wrote: > On 14/02/2021 19:30, Ben Blount wrote: > > I didn't see any relevant unit tests > > in https://github.com/dnicolodi/beangulp/tree/cache/tests > > The test are in the file specified in the command I suggested: > tests/test_cache.py But they do not test the cache directory path, if > that is what you intended. > > > 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. > > Ops. Fixed. > > 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/c2d9f0b2-5802-9e76-9424-9d4c3c28cc57%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/CACGEkZtRipTXH44gh27WwSJsYR6x4TESBRPQTjqUV-HwaXHX6g%40mail.gmail.com.
