#
# ChangeLog for / in pyenvjasmine
#
# Generated by Trac 1.4
# Apr 6, 2025, 12:32:58 AM

Wed, 04 Sep 2019 14:32:14 GMT Borja Lopez <borja@…> [48:faeab569273e]
	* .hgtags (modified)

	Added tag 0.3.1 for changeset de07b0e7bd7a


Wed, 04 Sep 2019 14:31:57 GMT Borja Lopez <borja@…> [47:de07b0e7bd7a]
	* README.rst (modified)

	Updated README file(s) to show where and how you can get the project ...


Wed, 04 Sep 2019 14:29:56 GMT Borja Lopez <borja@…> [46:addbbca0fb23]
	* setup.py (modified)

	Replaced the project URL in setup.py, bumped version to 0.3.1.


Tue, 03 Apr 2018 11:59:16 GMT Borja Lopez <borja@…> [45:481270bb52c7]
	* MANIFEST (modified)

	Updated MANIFEST


Tue, 03 Apr 2018 11:58:57 GMT Borja Lopez <borja@…> [44:91a560afd0f2]
	* setup.py (modified)

	Added missing jasmine3 runner files to the required files in setup.py


Tue, 03 Apr 2018 11:58:16 GMT Borja Lopez <borja@…> [43:e05057f8a7b5]
	* .hgtags (modified)

	Removed tag 0.3.0


Tue, 03 Apr 2018 11:57:36 GMT Borja Lopez <borja@…> [42:a67c2fe2b2aa]
	* pyenvjasmine/runner.py (modified)
	* pyenvjasmine/tests/test_runner.py (modified)

	Fixed typo (enviroment/environment)


Tue, 03 Apr 2018 11:41:33 GMT Borja Lopez <borja@…> [41:9f35a4970c66]
	* .hgtags (added)

	Added tag 0.3.0 for changeset f4140b9f7311


Tue, 03 Apr 2018 11:41:17 GMT Borja Lopez <borja@…> [40:f4140b9f7311]
	* CHANGELOG.rst (added)
	* CHANGES.rst (added)
	* README.rst (modified)
	* setup.py (modified)

	Bumped version to 0.3.0
	Added CHANGES.rst with release info
	Updated ...


Sat, 24 Mar 2018 06:56:17 GMT Borja Lopez <borja@…> [39:5d55c193d904]
	* pyenvjasmine/runner.py (modified)
	* pyenvjasmine/tests/test_runner.py (modified)

	[pyflakes] Removed unneeded import, commented out unused variable


Sat, 24 Mar 2018 06:37:47 GMT Borja Lopez <borja@…> [38:77d4f71ee2a7]

	Merged py.test setup changes


Sat, 24 Mar 2018 06:36:45 GMT Borja Lopez <borja@…> [37:fe97cac0645e]
	* pytest.ini (modified)
	* setup.cfg (modified)
	* setup.py (modified)

	Added pyflakes and pytest-flakes as dependencies.
	Improved py.test ...


Fri, 23 Mar 2018 08:09:29 GMT Mauro Molino <mauro@…> [36:4c964b691922]
	* pyenvjasmine/envjasmine/lib/jasmine-3.1.0/boot.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine-3.1.0/jasmine-html.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine-3.1.0/jasmine.css (added)
	* pyenvjasmine/envjasmine/lib/jasmine-3.1.0/jasmine.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine-jquery/jasmine3-jquery.js (added)
	* pyenvjasmine/run-jasmine3.js (added)
	* pyenvjasmine/runner.html (modified)
	* pyenvjasmine/runner.py (modified)
	* pyenvjasmine/runner3.html (added)
	* pyenvjasmine/tests/sample/browser.configfile.js (modified)
	* pyenvjasmine/tests/sample/browser.configfile_no_mocks.js (added)
	* pyenvjasmine/tests/test_runner.py (modified)

	Selectable engine (phantom with jasmine3,  rhino with jasmine1)


Fri, 09 Mar 2018 10:31:21 GMT Borja Lopez <borja@…> [35:1dcf4262089c]
	* MANIFEST (modified)

	Updated MANIFEST


Fri, 19 Jan 2018 10:44:30 GMT Borja Lopez <borja@…> [34:c1b72cb6250f]
	* setup.py (modified)

	Bumped version to 0.2.1, bugfix release


Fri, 19 Jan 2018 10:43:48 GMT Borja Lopez <borja@…> [33:d466f464c871]
	* pyenvjasmine/runner.py (modified)
	* pyenvjasmine/tests/test_runner.py (modified)

	Fix for Runner.did_test_pass(), ensuring we catch failed tests
	even ...


Fri, 19 Jan 2018 10:42:44 GMT Borja Lopez <borja@…> [32:bd74a4966fae]
	* .coveragerc (added)

	Added default settings for coverage


Thu, 18 Jan 2018 12:02:12 GMT Borja Lopez <borja@…> [31:d66aca501fe9]
	* pyenvjasmine/tests/test_runner.py (modified)

	Extended asserts on a couple of tests with js test failures ...


Thu, 18 Jan 2018 11:57:09 GMT Borja Lopez <borja@…> [30:d5fde7cc2958]
	* pyenvjasmine/runner.py (modified)
	* pyenvjasmine/tests/test_runner.py (modified)

	Make some python3 compatibility changes (bytes/unicode/str mess)


Thu, 18 Jan 2018 11:56:10 GMT Borja Lopez <borja@…> [29:91e6def80ff1]
	* setup.py (modified)

	Set install_requires instead of requires


Thu, 18 Jan 2018 11:23:37 GMT Borja Lopez <borja@…> [28:4b7c393bb98b]
	* MANIFEST (modified)

	Updated MANIFEST


Thu, 18 Jan 2018 11:22:59 GMT Borja Lopez <borja@…> [27:e32e07c9d820]
	* setup.py (modified)

	Version bumped to 0.2


Thu, 18 Jan 2018 11:22:26 GMT Borja Lopez <borja@…> [26:14c16e5cbe03]
	* README.rst (modified)
	* nose.cfg (deleted)
	* pyenvjasmine/tests/__init__.py (added)
	* pyenvjasmine/tests/test_runner.py (modified)
	* pytest.ini (added)
	* setup.cfg (added)
	* setup.py (modified)

	Replaced nose with py.test and adapted all existing tests


Thu, 18 Jan 2018 11:20:34 GMT Borja Lopez <borja@…> [25:0281d2f4f77f]
	* pyenvjasmine/runner.py (modified)

	Added a method to run the js tests external process in a timeout- ...


Thu, 13 Jul 2017 16:07:22 GMT Borja Lopez <borja@…> [24:e235afb1bc67]
	* README.rst (modified)
	* pyenvjasmine/tests/test_runner.py (modified)
	* setup.py (modified)

	Updated docs and some test files to reflect the change ...


Thu, 13 Jul 2017 16:05:20 GMT Borja Lopez <borja@…> [23:d9eb2fcab138]
	* pyenvjasmine/envjasmine/lib/jasmine-jquery/jasmine-jquery-1.2.0.js (added)

	Added missing jasmine-jquery file that caused tests to fail


Thu, 13 Jul 2017 07:14:19 GMT Borja Lopez <borja@…> [22:58aa6bcaa5f6]
	* pyenvjasmine/runner.py (modified)
	* setup.py (modified)

	Renamed runner.TestRunner to runner.Runner

	This prevents some ugly ...


Fri, 24 Apr 2015 19:38:30 GMT Borja Lopez <borja@…> [21:40b68b918abc]
	* MANIFEST (modified)
	* README.rst (modified)
	* setup.py (modified)

	Bumped to version 0.1.5:

	- Replaced 'setup.py develop' with 'pip ...


Fri, 24 Apr 2015 11:04:25 GMT Borja Lopez <borja@…> [20:ebd7340ae7d4]
	* setup.py (modified)

	Bumped version to 0.1.4, after importing the latest envjasmine code


Fri, 24 Apr 2015 11:03:31 GMT Borja Lopez <borja@…> [19:ab5f65372038]
	* pyenvjasmine/envjasmine/EnvJasmine.gemspec (added)
	* pyenvjasmine/envjasmine/README.textile (modified)
	* pyenvjasmine/envjasmine/bin/envjs_run_coverage (added)
	* pyenvjasmine/envjasmine/bin/envjs_run_test (added)
	* pyenvjasmine/envjasmine/bin/run_coverage.sh (added)
	* pyenvjasmine/envjasmine/include/dependencies.js (modified)
	* pyenvjasmine/envjasmine/lib/envjasmine.js (modified)
	* pyenvjasmine/envjasmine/lib/jasmine-jquery/jasmine-jquery-1.2.0.js (deleted)
	* pyenvjasmine/envjasmine/lib/jasmine-jquery/jasmine-jquery-master.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine-jquery/jasmine-jquery.js (modified)
	* pyenvjasmine/envjasmine/lib/jscover/JSCover-all.jar (added)
	* pyenvjasmine/envjasmine/lib/jscover/README.textile (added)
	* pyenvjasmine/envjasmine/lib/jscover/envjasmine-coverage.js (added)
	* pyenvjasmine/envjasmine/lib/jscover/envjasmine-sonar-coverage-helper.js (added)
	* pyenvjasmine/envjasmine/lib/jscover/envjasmine-sonar-coverage-properties.js (added)
	* pyenvjasmine/envjasmine/lib/jscover/envjasmine-sonar-coverage-runner.js (added)
	* pyenvjasmine/envjasmine/samples/ajaxDemo.js (modified)
	* pyenvjasmine/envjasmine/samples/callbackDemo.js (added)
	* pyenvjasmine/envjasmine/samples/demo.js (modified)
	* pyenvjasmine/envjasmine/samples/notCoveredDemo.js (added)
	* pyenvjasmine/envjasmine/sonar-project.properties (added)
	* pyenvjasmine/envjasmine/sonar.js.xml (added)
	* pyenvjasmine/envjasmine/specs/ajaxDemo.spec.js (modified)
	* pyenvjasmine/envjasmine/specs/callbackDemo.spec.js (added)
	* pyenvjasmine/envjasmine/specs/demo.spec.js (modified)
	* pyenvjasmine/envjasmine/specs/notCoveredDemo.spec.js (added)

	Imported latest envjasmine version, the initial import from darcs had ...


Fri, 24 Apr 2015 10:47:51 GMT Borja Lopez <borja@…> [18:7d8d44a4de7a]
	* setup.py (modified)

	Bumped version to 0.1.3:

	- Use README instead of README.rst to grab ...


Fri, 24 Apr 2015 10:42:46 GMT Borja Lopez <borja@…> [17:10ac53c60f3a]
	* MANIFEST (added)
	* README (added)
	* setup.py (modified)

	Bumped to version 0.1.2:

	- Removed setuptools import (was breaking ...


Fri, 24 Apr 2015 09:52:59 GMT Borja Lopez <borja@…> [16:d2cfc3c0bc79]
	* DESCRIPTION.rst (deleted)
	* setup.py (modified)

	Bumped to 0.1.1, fixed the wrong long_description entry in setup.py ...


Fri, 24 Apr 2015 09:52:16 GMT Borja Lopez <borja@…> [15:1c04238357a7]
	* AUTHORS (added)

	Added AUTHORS file


Fri, 24 Apr 2015 09:28:23 GMT Borja Lopez <borja@…> [14:c4e866725303]
	* LICENSE (added)
	* setup.py (modified)

	Switched from ZPL to BSD license


Fri, 24 Apr 2015 07:07:09 GMT Borja Lopez <borja@…> [13:0388ce537f16]
	* DESCRIPTION.rst (added)
	* setup.py (modified)

	Added short description file. Use that file contents in the ...


Fri, 24 Apr 2015 06:47:01 GMT Borja Lopez <borja@…> [12:b385d1bc24d6]
	* pyenvjasmine/runner.html (added)
	* pyenvjasmine/runner.py (modified)

	Moved the included html code for the base runner template to a ...


Wed, 22 Apr 2015 11:13:33 GMT Borja Lopez <borja@…> [11:07d6db84d127]
	* README.rst (modified)

	Small update to the docs, how to run nosetests with the local ...


Wed, 22 Apr 2015 11:12:54 GMT Borja Lopez <borja@…> [10:3c5d9b2b69b8]
	* pyenvjasmine/tests/test_runner.py (modified)

	Make tests compatible with python 3


Wed, 22 Apr 2015 11:12:28 GMT Borja Lopez <borja@…> [9:2d6cd75b412c]
	* nose.cfg (modified)

	Tell nose to not capture stdout


Mon, 20 Apr 2015 06:46:58 GMT Borja Lopez <borja@…> [8:042bf77e0223]
	* README.rst (modified)

	Added basic installation instructions, updated section on how to run ...


Mon, 20 Apr 2015 06:46:37 GMT Borja Lopez <borja@…> [7:7e8b9a328f47]
	* setup.py (modified)

	Added nose and coverage as dependencies


Mon, 20 Apr 2015 06:46:15 GMT Borja Lopez <borja@…> [6:620319f2da79]
	* .hgignore (modified)

	Ignore .coverage file generated while running pyenvjasmine tests


Mon, 20 Apr 2015 06:45:38 GMT Borja Lopez <borja@…> [5:ec4b7f442f49]
	* .hgignore (modified)

	Ignore the .egg directory created by setup.py develop and the browser ...


Mon, 20 Apr 2015 06:44:36 GMT Borja Lopez <borja@…> [4:2e2373750a9e]
	* nose.cfg (added)

	Added default nose configuration, useful to run pyenvjasmine tests ...


Mon, 20 Apr 2015 06:21:32 GMT Borja Lopez <borja@…> [3:a681a8b3bda3]
	* .hgignore (added)
	* README.rst (moved)

	Added .hgignore file


Mon, 20 Apr 2015 06:14:12 GMT Borja Lopez <borja@…> [2:90283b538d90]
	* setup.cfg (deleted)

	Removed unneeded setup.cfg


Mon, 20 Apr 2015 06:14:01 GMT Borja Lopez <borja@…> [1:c9f63fa84855]
	* setup.py (modified)

	Cleaned up setup.py, set version 0.1


Mon, 20 Apr 2015 06:00:43 GMT Borja Lopez <borja@…> [0:0175515fceea]
	* pyenvjasmine/README.txt (added)
	* pyenvjasmine/__init__.py (added)
	* pyenvjasmine/envjasmine/.gitignore (added)
	* pyenvjasmine/envjasmine/.travis.yml (added)
	* pyenvjasmine/envjasmine/CHANGELOG (added)
	* pyenvjasmine/envjasmine/LICENSE (added)
	* pyenvjasmine/envjasmine/README.textile (added)
	* pyenvjasmine/envjasmine/VERSION (added)
	* pyenvjasmine/envjasmine/bin/run_all_tests.bat (added)
	* pyenvjasmine/envjasmine/bin/run_all_tests.sh (added)
	* pyenvjasmine/envjasmine/bin/run_test.bat (added)
	* pyenvjasmine/envjasmine/bin/run_test.sh (added)
	* pyenvjasmine/envjasmine/include/dependencies.js (added)
	* pyenvjasmine/envjasmine/include/jquery-1.4.4.js (added)
	* pyenvjasmine/envjasmine/lib/envjasmine.html (added)
	* pyenvjasmine/envjasmine/lib/envjasmine.js (added)
	* pyenvjasmine/envjasmine/lib/envjs/env.rhino.1.2.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine-ajax/mock-ajax.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine-ajax/spec-helper.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine-jquery/jasmine-jquery-1.2.0.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine-jquery/jasmine-jquery.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine-rhino-reporter/jasmine-rhino-reporter.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine/MIT.LICENSE (added)
	* pyenvjasmine/envjasmine/lib/jasmine/jasmine-html.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine/jasmine.css (added)
	* pyenvjasmine/envjasmine/lib/jasmine/jasmine.js (added)
	* pyenvjasmine/envjasmine/lib/jasmine/jasmine_favicon.png (added)
	* pyenvjasmine/envjasmine/lib/rhino/js.jar (added)
	* pyenvjasmine/envjasmine/lib/spanDir/spanDir.js (added)
	* pyenvjasmine/envjasmine/mocks/demo.mock.js (added)
	* pyenvjasmine/envjasmine/samples/ajaxDemo.js (added)
	* pyenvjasmine/envjasmine/samples/demo.js (added)
	* pyenvjasmine/envjasmine/specs/ajaxDemo.spec.js (added)
	* pyenvjasmine/envjasmine/specs/demo.spec.js (added)
	* pyenvjasmine/runner.py (added)
	* pyenvjasmine/tests/sample/browser.configfile.js (added)
	* pyenvjasmine/tests/sample/code/demo.js (added)
	* pyenvjasmine/tests/sample/configfile.js (added)
	* pyenvjasmine/tests/sample/mocks/demo.mock.js (added)
	* pyenvjasmine/tests/sample/tests/specs/test_demo.spec.js (added)
	* pyenvjasmine/tests/test_runner.py (added)
	* setup.cfg (added)
	* setup.py (added)

	Imported sources from http://repos.betabug.ch/pyenvjasmine