Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-02-16Added pendantic option to validate-strings-file command and hid errors for ke...Sebastian Ludwig
2016-01-20Merge pull request #129 from sebastianludwig/formatter_refactoringSebastian Celis
2016-01-19Removed initializer parameters from Abstract formatter because they were only...Sebastian Ludwig
2016-01-18Changed fixtures to be independent of the gem version.Sebastian Ludwig
2016-01-18Better way of resetting formatters for every testSebastian Ludwig
2016-01-18Using instance methods instead of class constants to convey formatter capabil...Sebastian Ludwig
2016-01-18Storing formatter instances in Twine::Formatters.formatters to make it easier...Sebastian Ludwig
2016-01-12Merge pull request #125 from sebastianludwig/placeholdersSebastian Celis
2016-01-12Merge pull request #123 from sebastianludwig/no_skipSebastian Celis
2015-12-18Fixed tests for ruby 1.9.Sebastian Ludwig
2015-12-18Closed #84 by checking for invalid characters in keys in validate-strings-file.Sebastian Ludwig
2015-12-18Added unit test for validate-strings-file command.Sebastian Ludwig
2015-12-17Merge pull request #122 from sebastianludwig/consume_commentsSebastian Celis
2015-12-17Merge pull request #124 from sebastianludwig/translation_newlinesSebastian Celis
2015-12-06Using Placeholers like a proper module by including it into the Formatters wh...Sebastian Ludwig
2015-12-05Re-added @ sign escaping to Android formatter.Sebastian Ludwig
2015-12-05Added Placeholders module and added methods to convert from twine format to a...Sebastian Ludwig
2015-12-05Moved newline escaping from JQuery formatter to Abstract.Sebastian Ludwig
2015-12-05Enabled test.Sebastian Ludwig
2015-12-05Moved consume_comments evaluation from concrete formatters to Abstract. Close...Sebastian Ludwig
2015-12-05Tested and fixed comment consumption for all formatters.Sebastian Ludwig
2015-12-05Added variables for STDOUT and STDERR to be able to redirect the output in un...Sebastian Ludwig
2015-11-29Fix broken unit tests in Ruby < 2.0.Sebastian Celis
2015-11-29Merge pull request #118 from sebastianludwig/fixed_unit_testsSebastian Celis
2015-11-29Fixed unit tests.Sebastian Ludwig
2015-11-29Merge pull request #112 from sebastianludwig/formatter_modularization_v2Sebastian Celis
2015-11-29Merge pull request #114 from sebastianludwig/cli_refactoringSebastian Celis
2015-11-29Implemented CLI unit tests.Sebastian Ludwig
2015-11-29Untangled CLI and Runner.Sebastian Ludwig
2015-11-29Added unit tests for loc drop generation and consumption.Sebastian Ludwig
2015-11-29Merge pull request #111 from sebastianludwig/command_test_case_cleanupSebastian Celis
2015-11-28Changed header formatting to be optional for formatters.Sebastian Ludwig
2015-11-28Adapted JQuery formatter to the modular style.Sebastian Ludwig
2015-11-28Adapted Gettext formatter to the modular style.Sebastian Ludwig
2015-11-28Adapted Flash formatter to the modular style.Sebastian Ludwig
2015-11-28Adapted Django formatter to the modular style.Sebastian Ludwig
2015-11-28Added unit tests for Django and Flash formatters.Sebastian Ludwig
2015-11-28Changed TestCrateFolders to be a CommandTestCase and renamed it to TestGenera...Sebastian Ludwig
2015-11-27Cleaned up CommandTestCase. The strings file used by Runner is now injectable...Sebastian Ludwig
2015-11-27Using set_translation_for_key in JQuery formatter to transform the value inst...Sebastian Ludwig
2015-11-27Replaced unit tests with more targeted tests aimed to test the functionality ...Sebastian Ludwig
2015-10-22Added unit tests for --create-folders option.Sebastian Ludwig
2015-10-13#94 Added missing require statement to references test.Sebastian Ludwig
2015-10-11#94 cleaned up and shortened testsSebastian Ludwig
2015-10-10#94 ensured that consuming a strings file preserves referenced comments.Sebastian Ludwig
2015-10-09#94 keeping references when updating a twine strings file.Sebastian Ludwig
2015-10-07#94 Changed default for references values to only the referenced key (without...Sebastian Ludwig
2015-10-01Implemented references for keys. Closes #82.Sebastian Ludwig
2015-09-25#92 merged --only-untranslated and --exclude-untranslated options into --incl...Sebastian Ludwig
2015-09-24Implemented #24 by adding option --only-untranslated to all formatters (that ...Sebastian Ludwig