Mazedur Rahman

Results 7 comments of Mazedur Rahman

@jasonkarns Really glad to see your fork! We ended up sticking to your original [v1-bats-assert](https://github.com/jasonkarns/bats-assert) which was trivial to integrate with BATS following your [Installation](https://github.com/jasonkarns/bats-assert/blob/master/README.md#installation) instructions. Would be great if...

@josephharrington I was thinking the same but was also considering impact of binary vs. source on Docker image size. We may have two image flavors `light` (from binary) and `full`...

@josephharrington From my quick experimentation, it looks like we will have to maintain two flavors `light` and `full` because of the significant size difference in image size. Here's the results...

@josephharrington You almost nailed it! ;) `gcc` is needed by `psutil` in addition to `cx_Freeze`. I noticed only couple of hits for `psutil` and refactoring might be worth looking into....

@josephharrington While adding `bats` framework based tests under `test` folder I was very iffy on mixing non-Python tests with pure Python and was (reluctantly) considering another project root level directories...

@josephharrington Just wanted to let you know that this is in my radar. Thanks for the feedback! 👍 I plan to address them later this month. I will ping you...

Has anyone figured out the fix yet? I can reproduce this on Apple Silicon M1 based Docker. Works fine on Intel based macOS.