-
Notifications
You must be signed in to change notification settings - Fork 203
Update ua-parser to 0.8 #2437
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
Comments
Let's see what does it bring. ua-parser/uap-python@0.7.2...master Mostly fixing a test bug and updating to latest versions of python, which is good for us for moving to python 3.6
Then nosetests
|
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
May 9, 2018
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
May 9, 2018
This does two things: - Adds unittest tests to check that the right partial template for addons is sent depending on the user agent string. - Adds a test for an unknown browser - Fixes the template for addon where some white spaces where left over here and there. - Removes the previous weaker functional tests which was very dependent on the testing browser. It was triggered by the upgrade of ua-parser in python which took into account the headlesschrome user agent string, then not detected by our template. It was making the functional test fail. See webcompat#2444 for the background.
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
May 10, 2018
This does two things: - Adds unittest tests to check that the right partial template for addons is sent depending on the user agent string. - Adds a test for an unknown browser - Fixes the template for addon where some white spaces where left over here and there. - Removes the previous weaker functional tests which was very dependent on the testing browser. It was triggered by the upgrade of ua-parser in python which took into account the headlesschrome user agent string, then not detected by our template. It was making the functional test fail. See webcompat#2444 for the background.
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
May 10, 2018
This does two things: - Adds unittest tests to check that the right partial template for addons is sent depending on the user agent string. - Adds a test for an unknown browser - Fixes the template for addon where some white spaces where left over here and there. - Removes the previous weaker functional tests which was very dependent on the testing browser. It was triggered by the upgrade of ua-parser in python which took into account the headlesschrome user agent string, then not detected by our template. It was making the functional test fail. See webcompat#2444 for the background.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A new version is out: https://github.com/ua-parser/uap-python
The text was updated successfully, but these errors were encountered: