bollwyvl / nosebook

a nose plugin for finding and running IPython notebooks as nose tests
BSD 3-Clause "New" or "Revised" License
80 stars 9 forks source link

Running notebook tests along with other unit tests? #22

Open jluttine opened 8 years ago

jluttine commented 8 years ago

It seems that if I use --with-nosebook, nosetests runs only notebook tests, not any normal unit tests it would run without --with-nosebook. Is this how it should be or am I doing something wrong? Is it possible to run all tests with a single call to nosetests?

bollwyvl commented 8 years ago

Hm... Will have to look into this!

On 10:27, Thu, Mar 31, 2016 Jaakko Luttinen notifications@github.com wrote:

It seems that if I use --with-nosebook, nosetests runs only notebook tests, not any normal unit tests it would run without --with-nosebook. Is this how it should be or am I doing something wrong? Is it possible to run all tests with a single call to nosetests?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/bollwyvl/nosebook/issues/22