summaryrefslogtreecommitdiff
path: root/rake_tasks/test.rake
Commit message (Collapse)AuthorAgeFilesLines
* remove outdated, misleading and buggy "samples"Kornelius Kalnbach2013-09-201-6/+0
|
* cleanup rake_helpers, samplesKornelius Kalnbach2013-06-131-1/+1
|
* cleanups, helpful message when old svn checkout is foundKornelius Kalnbach2012-10-281-20/+27
|
* use github for coderay-test-scannersNathan Youngman2012-10-281-14/+16
|
* trying to integrate Travis CIKornelius Kalnbach2011-08-191-2/+0
|
* add update_scanner_suite taskKornelius Kalnbach2011-07-261-6/+13
|
* automatically download scanner test suite (closes issue #128)Kornelius Kalnbach2011-07-091-2/+9
|
* minor support fixes for some Ruby engines and versionsmurphy2011-07-081-2/+8
|
* removed test:all tasks - using rvm now.murphy2011-03-071-53/+3
|
* Added lots of unit tests.murphy2010-06-291-1/+25
| | | | Theses actually come from the library files; now they are included. Also, rake test and test:all don't test the scanners now; you have to start them using rake test:scanners.
* Added coderay executable tests.murphy2010-06-111-1/+6
|
* Added 191 task, added 191 and 187 to the list of test:all Ruby versions.murphy2010-04-281-1/+1
|
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-311-8/+4
|
* test:clean task removes debug.diff.html too.murphy2010-03-261-0/+3
|
* Cleanup *.debug.diff files in test:clean task.murphy2010-01-201-0/+3
|
* Cleaning up functional tests; test:functional scans without loading Rubygems ↵murphy2010-01-011-1/+7
| | | | now.
* Fixed example tests.murphy2009-12-311-1/+4
| | | | | | | | | | | * test:clean task also deletes .expected.html files * LinesOfCode encoder can deal with tokens that have no scanner. Tests were added for this. * JSON encoder load rubygems if necessary. * NEW :loc as an alias for :lines_of_code * NEW Scanner methods marshal_dump, marshal_load FIXED Tokens dumping (failed while trying to dump @scanner)
* Fixing rake task names.murphy2009-12-301-2/+2
|
* New rake tasks test:scanner:lang for every language.murphy2009-12-301-1/+12
|
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-281-1/+2
| | | | trunk.
* RubyEE no longer included in test:all.murphy2009-04-221-1/+1
| | | | | It always reacts the same way as my default Ruby 1.8.
* Fixed a bug in for_redcloth.rb (closes #87).murphy2009-02-181-0/+16
| | | | | | * No more closing PRE tags in RedCloth output. * Added j, j19, and test:functional:all tasks.
* Added test:all rake task for testing CodeRay on all platforms.murphy2009-01-131-26/+43
|
* - fixed a bug in coderay_suite (break outside of loop?)murphy2008-01-121-3/+3
| | | | | | | | - made test and bench tasks run with all implementations - included term/ansicolor in lib (will need in some day anyway) as svn:external (this also means that tests will be colorful on all rubys) - incremented CodeRay version number (we're near...)
* Done:murphy2007-01-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General: - Declared version 0.7.6. - Moved WordList, CaseIgnoringWordList, Plugin, PluginHost and FileType into CodeRay namespace. CodeRay should be "clean" now, except for the String#to_unix helper function. - Fixed a bit of documentation. - CodeRay binary: Prepare for streaming switch. Scanners: - Added code= alias for string=. - Added streaming? method: Is this Scanner in streaming mode? - Enhanced error info a bit. - Ruby scanner: - Highlights Regexp heredocs now. They may be added to Ruby 1.9. - Speedups with better support for Ruby 1.9. - Change in whitespace handling (faster and cleaner now.) - Speed up some operator recognition (saving two string comparisons). - Declared C and Plaintext Scanners as Streamable. Tokens: - Changed Text/Block token recognition (#is_a? ::String for Ruby 1.9 support). - New method: Tokens#text yields the code string. - text_size fixed. - Token kind shortcuts (like r for reserved) are now defined in token_classes.rb (instead of encoders/html/classes.rb). Encoders: - Debug Scanner added. - Base encoder class adds to @out when encoding (if @out is set). - A little Tokens scanner speedup. - Text encoder uses text_token. - Statistic encoder counts block tokens. - Smaller changes in XML and HTML encoders. Styles: - cYcnus style defines a debug class now. Duo: - scanner and encoder are now methods. Scanner and Encoder are created (and cached) when needed, not earlier. - Documented. Tests: - Disabled encoder and scanner list check (breaks too often). - Added identity test, which checks if tokens#text matches the input. - Added nocolor switch. Developer tools: - Benchmark uses Encoder#file_extension for output now. - Rakefile: Support for 19, 18, yarv and ruby switches for easy comparing different Ruby versions. - Statistic: Demos are no longer tests.
* Don't run tests in debug mode per default.murphy2006-10-191-3/+3
|
* Added functional test task and renamed all test task descriptions.murphy2006-10-171-4/+9
| | | | | | rake test now runs both functional and scanner tests! Deleted stupid classes test.
* Moved demos to sample/.murphy2006-10-171-3/+3
|
* Renamed tests: .actual.* is (ignored) output, .expected.* is input now.murphy2006-10-171-0/+7
| | | | | Added test:clean task.
* Moved scanner tests into test/scanners.murphy2006-10-151-3/+3
|
* rake test now runs in debug mode.murphy2006-07-111-1/+1
| | | | All .rb files converted to UNIX format (where did the \r come from?)
* Big re-indenting - no more tabs!murphy2006-07-101-8/+8
|
* test.rake: debug tags deleted (use rake test diff=+)murphy2006-04-161-6/+1
| | | | | | gem.rake: renamed up_gem to upload and fixed. Rakefile: added upload meta task. ftp.rb: do login only once.
* Rake tasks completely redone.murphy2006-04-161-0/+19
rdoctask2.rb deleted; issues were fixed as of Rake 0.7.0.