Christopher K. Hoadley
eb2377f13b
Add Star Citizen to tests.
6 years ago
Christopher K. Hoadley
38d4558bfe
Add Steam to tests.
6 years ago
Christopher K. Hoadley
dd93f99db3
Add StreamMe to tests.
6 years ago
Christopher K. Hoadley
031115b9d0
Add Taringa to tests.
6 years ago
Christopher K. Hoadley
e2fa35bf08
Add Telegram to tests.
6 years ago
Christopher K. Hoadley
305cc17dbf
Add Tinder to tests.
6 years ago
Christopher K. Hoadley
c27bc322a4
Add Trip to tests.
6 years ago
Christopher K. Hoadley
f21b283488
Add Twitch to tests.
6 years ago
Christopher K. Hoadley
1bfdcb9263
Add VirusTotal to tests.
6 years ago
Christopher K. Hoadley
8748810973
Add Wattpad to tests.
6 years ago
Christopher K. Hoadley
f872ee05ad
Add We Heart It to tests.
6 years ago
Christopher K. Hoadley
858b2cf488
Add Wikia to tests.
6 years ago
Christopher K. Hoadley
bdb467c442
Add Wikipedia to tests.
6 years ago
Christopher K. Hoadley
7b14c6aad3
Add Younow to tests.
6 years ago
Christopher K. Hoadley
95fbe411b4
Convert last.fm to use more reliable HTTP Status detection method. The site gives a clean 404 error. Add to tests.
6 years ago
Christopher Kent Hoadley
5f9d06198f
Merge pull request #164 from TheYahya/hoadlck-test-coverage2
...
Yet Even More Tests
6 years ago
Christopher K. Hoadley
ebf763557b
Add Spotify to tests.
6 years ago
Christopher K. Hoadley
8947ecaeb8
Add SourceForge to tests.
6 years ago
Christopher K. Hoadley
677fb3e8e3
Add SoundCloud to tests.
6 years ago
Christopher K. Hoadley
d4a1eecc42
Add Smashcast to tests.
6 years ago
Christopher K. Hoadley
20d2ae5480
Add SlideShare to tests.
6 years ago
Christopher K. Hoadley
1d3fda218d
Add Slack to tests.
6 years ago
Christopher K. Hoadley
614f65ccad
Add 500px to tests.
6 years ago
Christopher K. Hoadley
5cf69c5463
Add Aptoide to tests.
6 years ago
Christopher K. Hoadley
e25a75ad3f
Add AskFM to tests.
6 years ago
Christopher K. Hoadley
ba84a9cc78
Add Badoo to tests.
6 years ago
Christopher K. Hoadley
a595ec6966
Update actual URL that BitBucket redirects to.
6 years ago
Christopher K. Hoadley
3d704a2170
Add TradingView to tests.
6 years ago
Christopher K. Hoadley
20f58016fb
Convert Trakt to use more reliable HTTP Status detection method. The site gives a clean 404 error. Add to tests.
6 years ago
Christopher K. Hoadley
0f878bd84b
Add TripAdvisor to tests.
6 years ago
Christopher K. Hoadley
d4a1bbadb7
Add Twitter to tests.
6 years ago
Christopher K. Hoadley
710468ded9
Someone has claimed the user name "noonewouldeverusethis7" on BuzzFeed and Canva. The irony is not lost on me.
...
I don't get how the name was chosen. I doubt that it was coincidence. Is there some monitoring of queries to the sites, and someone is claiming them? Or, is someone in the Sherlock community just being a pain?
6 years ago
Christopher K. Hoadley
957f48581a
Add Unsplash to tests.
6 years ago
Christopher Kent Hoadley
d35675457d
Merge pull request #161 from crock/add-steamgroup-support
...
Added Steam Group support, Added .idea dir to .gitignore
6 years ago
Alex Crocker
a89b1d8b3a
changed test variables to match example
6 years ago
Alex Crocker
d4e1b6fc9b
added claimed/unclaimed keys for testing
6 years ago
Alex Crocker
5d2106c441
Added Steam Group support, Added .ideadir to .gitignore
6 years ago
Christopher Kent Hoadley
febcb0718d
Merge pull request #162 from TheYahya/hoadlck-test-speedup
...
Tests Speedup
6 years ago
Christopher K. Hoadley
c5a76da21d
Add VSCO to tests.
6 years ago
Christopher K. Hoadley
dfddfbc838
Add Vimeo to tests.
6 years ago
Christopher K. Hoadley
8c401b1a7b
Add Venmo to tests.
6 years ago
Christopher K. Hoadley
5bc6261a90
Fix YouPic detection. It was saying that usernames where available which were taken. Add to tests.
6 years ago
Christopher K. Hoadley
bc6bc0a8f1
Add BitBucket to tests.
6 years ago
Christopher K. Hoadley
dea8c29351
Change tests so that all sites that share a common username are executed in parallel. Just the little bit of extra processing halves the time taken for the tests (~15s verus ~34s). This will only get worse as the test coverage improves...
6 years ago
Christopher Kent Hoadley
5eb06e3502
Add Contribution File
...
I mainly wanted to add this file so that people adding new sites would add test usernames. But, this document should be filled out with more detail on the other types of changes....
6 years ago
Christopher Kent Hoadley
ec993fa941
Merge pull request #160 from TheYahya/hoadlck-json-driven-tests
...
JSON Driven Tests
6 years ago
Christopher K. Hoadley
ea90e7fa95
Bump version and add link to Wiki on procedure to add new sites.
6 years ago
Christopher K. Hoadley
bf0959d84b
Convert all supported Response URL sites to use JSON driven tests.
6 years ago
Christopher K. Hoadley
a576af358f
Convert all supported HTTP Status Code sites to use JSON driven tests.
6 years ago
Christopher K. Hoadley
be59b91107
Add information about a claimed and an unclaimed username to the site information. This will allow the tests to directly source the information from the JSON data. It will also allow people who add new sites to also add test data (which will automatically get tested). Add a new test method which finds all sites of a given detect algorithm, and which also has test vectors, and runs tests against them.
...
At the current time, the test vectors are optional. But, once when there is finally complete coverage, then they will be required. Anyone who adds a site without also adding test data will trigger a failure.
6 years ago