Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Android platform; Import testify; Fix tests #58

Merged
merged 2 commits into from
Jun 21, 2021

Commits on Jun 19, 2021

  1. Add Android platform; Import testify; Fix tests

    I've added Android to the list of available platorms, as it was breaking tests.
    I think this is the recent PR to tldr-pages that added Android:
    tldr-pages/tldr#5743
    
    Also, I've imported the testify lib, as I'm using it extensively, and it just
    makes my life easier. :)
    https://github.com/stretchr/testify
    
    Finally, I refactored the TestAvailablePlatforms to table driven tests.
    conves committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    2ee0acb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Update CHANGELOG

    conves committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    36ab2b9 View commit details
    Browse the repository at this point in the history