aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2012-08-31When testing if a blob is indexable, check size firstScott J. Goldman
Otherwise, charlock_holmes will allocate another large binary buffer for testing the encoding, which is a problem if the binary blob is many hundreds of MB large. It'll just fail and crash ruby.
2012-08-20Inline mime type lookup into blob helperJoshua Peek
2012-08-20Remove other mime type hacksJoshua Peek
2012-08-20Trim down mime type overrides that are old or now pushed upstreamJoshua Peek
Related #206
2012-08-20Skip emiting comment tokensJoshua Peek
2012-08-03Sort test assertionJoshua Peek
2012-08-03Move shebang detection into classifierJoshua Peek
Fixes #203
2012-08-03Stop treating text as a languageJoshua Peek
2012-08-03Change find_by_filename api to return all matching languagesJoshua Peek
2012-07-24Fix tokenzing empty stringsJoshua Peek
2012-07-24Add brackets to tokensJoshua Peek
2012-07-24Parse float tokensJoshua Peek
2012-07-24Rename Max/MSP to MaxJoshua Peek
2012-07-23Remove pathnameJoshua Peek
Closes #207
2012-07-23Fix md5 nestingJoshua Peek
2012-07-23Rename samples subdirectoriesJoshua Peek
2012-07-23Seperate test file for samplesJoshua Peek
2012-07-23Store md5 in samples dbJoshua Peek
2012-07-23Make classify a function on the ClassifierJoshua Peek
2012-07-23Move outdated check to samplesJoshua Peek
2012-07-23Rename Sample -> SamplesJoshua Peek
2012-07-23Load classifer db into sample data hashJoshua Peek
2012-07-23Remove gc for nowJoshua Peek
2012-07-23Move db verification into testsJoshua Peek
2012-07-23Compare md5s of dbsJoshua Peek
2012-07-23Add nested md5 digestJoshua Peek
2012-07-20Move specific filename samples into their own dirJoshua Peek
2012-07-20Require explicit primary_extensionJoshua Peek
2012-07-20Sample returns simple hash objectsJoshua Peek
2012-07-20Change Classifier to accept language name StringsJoshua Peek
2012-07-20Pending samples work nowJoshua Peek
2012-07-20Add tokenize helper to Tokenize classJoshua Peek
2012-07-20Extract single and multi line comment parserJoshua Peek
2012-07-20Add coq commentsJoshua Peek
2012-06-22Move test fixtures to samples/Joshua Peek
2012-06-21Guard against classify nil dataJoshua Peek
2012-06-21More matlab samplesJoshua Peek
2012-06-21Strip tex and matlab leading inline commentsJoshua Peek
2012-06-21Remove matlab file with bogus keywordsJoshua Peek
2012-06-20Improve operator tokenizingJoshua Peek
2012-06-20Verify classifer countsJoshua Peek
2012-06-20Skip number literalsJoshua Peek
2012-06-20Skip pending testsJoshua Peek
2012-06-20Merge branch 'master' into bayesianJoshua Peek
2012-06-20Revert removing some fixturesJoshua Peek
2012-06-19Remove dead fixture testJoshua Peek
2012-06-19Test classifier on ambiguous languagesJoshua Peek
2012-06-19Merge branch 'master' into bayesianJoshua Peek
2012-06-19Remove ambiguous obj-c header exampleJoshua Peek
2012-06-19Merge branch 'master' into bayesianJoshua Peek