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.
