abhinavsp0730 / blip

Python package to intercept an mock all external api calls during django test.
MIT License
2 stars 4 forks source link

Fixed README.md root directory issue #5

Open 0xsoydev opened 11 months ago

0xsoydev commented 11 months ago

I have used os.getcwd() to get the current directory, and os.path.join to concatentate the README.md with the rest of the directory. I hope this works for you.

Closes Issue #4

0xsoydev commented 11 months ago

@abhinavsp0730 Hey, I have opened up a PR, please check it out and tell me if there's something to be changed or improved

abhinavsp0730 commented 11 months ago

Just a catch here the file will never get closed. So, please make the changes accordingly and we're good to go

Mango0x45 commented 11 months ago

This PR also only works if you call the setup script from the root directory. You could make use of __file__ to get it to work regardless of where you call the script from.

abhinavsp0730 commented 11 months ago

Hey, @0x00zer0day any update?