carlosrsabreu / devo-abastecer

Twitter bot that publishes weekly the fuel prices updates on Madeira island.
https://twitter.com/devoabastecer
MIT License
10 stars 2 forks source link

[FEATURE]: improve debug local tests #30

Open carlosrsabreu opened 1 year ago

carlosrsabreu commented 1 year ago

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

We need to improve our local tests, so we can have our *.py files cleaned out of debug code.

Describe the solution you'd like

A clear and concise description of what you want to happen.

As suggested by the @joaoofreitas:

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

N.A.

Additional context

Add any other context or screenshots about the feature request here.

# FIXME (DEBUG) Print se the filename to scrape the content
print(newest_pdf_filename)
# FIXME (DEBUG): Working link to Joram PDF
debug_pdf_joram = "https://joram.madeira.gov.pt/joram/2serie/Ano%20de%202022/IISerie-138-2022-07-22Supl.pdf"
Tip