Commit Graph

45 Commits

Author SHA1 Message Date
Remy Sharp
c5a5c88af7 tweaking numbers to test travis 2013-12-05 22:31:40 +00:00
Remy Sharp
48855d051f More test coverage 2013-12-05 16:29:58 +00:00
Remy Sharp
90f3bcd891 Test help 2013-12-05 09:45:53 +00:00
Remy Sharp
d092d71775 Ignore .git & node_modules/**/node_modules by default. Closes #230
Also linting, tests and cleaned up filename that's echoed triggering the change
2013-12-05 00:12:24 +00:00
Remy Sharp
ae184b73e6 Passing tests on linux 2013-12-04 12:45:47 +00:00
Remy Sharp
e777deaf52 jshint cleaning 2013-12-04 12:35:03 +00:00
Remy Sharp
9853e089b4 Fixed #118 plus a bunch of jshint fixes 2013-12-04 12:31:37 +00:00
Remy Sharp
c8d59ff466 Removes support for node 0.6 in nodemon 0.9.x and upwards 2013-12-03 23:54:14 +00:00
Remy Sharp
3e000fa299 Removed redundant test 2013-12-03 23:25:33 +00:00
Remy Sharp
59e0135eb5 More test off of lib 2013-12-03 13:37:40 +00:00
Remy Sharp
c503222f30 Refactoring.
* userScript => script
* simplified exec library
* removed dead code in config loading
* nodemon now knows when it's being required (and goes dark)
* etc...
2013-12-03 13:34:40 +00:00
Remy Sharp
bbe66320c5 merge up 2013-11-25 01:08:48 +00:00
Remy Sharp
d7c3647405 Using event bus for tests and requirable nodmeon
TODO: remove stdout inside tests
2013-11-25 01:04:52 +00:00
Remy Sharp
21ba61476b trying to get nodemon start tests to pass on linux - problems with fs.watch + touch 2013-11-20 22:07:44 +00:00
Remy Sharp
eef9efc7df Capture error on simple running 2013-11-20 20:38:04 +00:00
Remy Sharp
ed480b624c Allowing 5sec for mocha to run. Also better clean up on test exit 2013-11-14 14:27:20 +00:00
Remy Sharp
2909a17a8f First tests to ensure nodemon is actually restarting correctly 2013-11-14 14:09:14 +00:00
Remy Sharp
cc44b58641 Fixed extension watching and fixed perf bug in check
Needs careful testing in linux and windows.

Also fixed #204 but requires config file to set `restartable` to false, since there's so many options to configure stdin and this particular case has narrow use.
2013-10-31 00:25:36 +00:00
Remy Sharp
fcc843cd88 Test confirming fix for #212 2013-10-30 20:23:40 +00:00
Remy Sharp
81eb5effa5 Fixed nodemnon . and nodemon.json loaded before flags set 2013-10-30 20:14:37 +00:00
Remy Sharp
817e2269dc Custom merge with tests
Also fixes missing values in config
2013-10-30 19:43:20 +00:00
Remy Sharp
c5aa3680ef Updated tests to read new options location 2013-10-29 18:33:44 +00:00
Remy Sharp
9a86e7bfff Fixed cli parser so that it add watch, ignore, etc 2013-10-29 18:33:24 +00:00
Remy Sharp
9fd778e355 Tests pass. Using process.emit('nodemon:*'), nodemon starts and triggered restart 2013-08-19 22:26:52 +01:00
Remy Sharp
5d44ebb685 still in progress - lots of file laying out 2013-08-19 21:15:20 +01:00
Remy Sharp
5293f08740 fixed parse test expectation 2013-08-07 23:51:53 +01:00
Remy Sharp
30fb32161e reporter: dot => spec for better visibility on travis 2013-08-07 23:17:12 +01:00
Remy Sharp
56663f5ab4 Trying to simplify the chain of nodemon process
Making it so lib/cli/ can just spew out options, and make it easier to test against too.
2013-08-07 23:15:41 +01:00
Remy Sharp
c5f2bee160 Testing the exec rules and the parser
Still lots to do, but taking a very code, test, code, test, test, test, code, test cycle.
2013-08-05 22:55:12 +01:00
Remy Sharp
3efca971fd Argument parsing, and executable support and tests
Includes simple passing tests, the exec.js has not been tested in detail yet.
2013-08-05 00:11:30 +01:00
Remy Sharp
1708d14a79 initial tests for rules 2013-08-02 09:59:41 +01:00
Remy Sharp
fdcd4de5ac Merge branch 'master' of github.com:remy/nodemon 2013-06-24 17:00:08 +01:00
Remy Sharp
93e1dcf8ed few extra sample tests 2013-06-24 16:59:56 +01:00
Albert Netymk
d4f648f5ec The number of output lines is wrong.
It's fragile to use the exact number, so it's changed to match the
string printed by testing script.
2013-06-03 17:53:09 +02:00
Albert Netymk
eb14f0566a Init with empty string so that += will not introduce undefine. 2013-06-03 17:51:22 +02:00
ChrisWren
f005b32706 added test to verify nodemon logging 2013-05-12 21:09:12 -07:00
ChrisWren
b8d5acc51c moved server test fixtures into fixture folder 2013-05-09 18:06:49 -07:00
Kaushik Shankar
ee01e0dc19 Adding litcoffee support for nodemon. 2013-05-01 01:53:38 -07:00
Remy Sharp
6b41992d46 few more tests 2013-04-30 08:32:26 +01:00
Remy Sharp
b31c37b2ca add coffeescript test server 2013-04-03 10:57:36 +01:00
Remy Sharp
d411783d50 add cluster sample file for use with node 0.6.x - confirmed working. #ref 94 2013-03-26 06:21:23 -07:00
Remy Sharp
aed7913594 cluster tests updated to 0.10.0 from #94 2013-03-26 12:57:52 +00:00
Remy Sharp
7c70648348 tests to make sure the stdout is working 2013-03-26 05:09:28 -07:00
Remy Sharp
70a2435c4e add express tests with jade and ejs 2013-01-30 12:55:30 +00:00
Remy Sharp
64c1b9f924 initial simple test server 2013-01-10 22:05:28 +00:00