Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
nose-users
Conversations
nose-users
1–30 of 713
Mark all as read
Report abusive group
0 selected
Miguel Muller
May 19
instructional text to each class executed
How do I make the tests run less verbose every test class that is executed a giant text appears A
unread,
instructional text to each class executed
How do I make the tests run less verbose every test class that is executed a giant text appears A
May 19
Rosy Chhabra
2
2/16/20
Nosetests is not able to discover tests on windows
tests/test_article.py is the test file. On Monday, February 17, 2020 at 1:40:19 PM UTC+11, Rosy
unread,
Nosetests is not able to discover tests on windows
tests/test_article.py is the test file. On Monday, February 17, 2020 at 1:40:19 PM UTC+11, Rosy
2/16/20
Jim Carroll
10/24/19
nosetests discovery broken after upgrading to python3.8
Upgraded to python 3.8 today, and nosetests cannot discover test modules. I can still run individual
unread,
nosetests discovery broken after upgrading to python3.8
Upgraded to python 3.8 today, and nosetests cannot discover test modules. I can still run individual
10/24/19
David Arroyo
,
Chris Withers
2
3/28/19
nose to test python commands
I'm pretty sure nose is dead and you should be looking at pytest... On 22/03/2019 21:39, David
unread,
nose to test python commands
I'm pretty sure nose is dead and you should be looking at pytest... On 22/03/2019 21:39, David
3/28/19
pooja g
5/29/18
Query regarding sending arguments to test scripts that is being executed from nose
I am executing nose command through a make file. The command looks like this: $(PYTHON) \ -m nose.
unread,
Query regarding sending arguments to test scripts that is being executed from nose
I am executing nose command through a make file. The command looks like this: $(PYTHON) \ -m nose.
5/29/18
Alceu Rodrigues de Freitas Junior
4/25/18
execute all tests, even in the event of failure
Hello folks, I'm new to this list, and already did some testing and TDD with Nose. Today I faced
unread,
execute all tests, even in the event of failure
Hello folks, I'm new to this list, and already did some testing and TDD with Nose. Today I faced
4/25/18
sandy baroo
3/30/18
Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع
YouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea
unread,
Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع
YouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea
3/30/18
Vitaly Krug
,
Nathan
6
3/23/18
How can I accomplish the equivalent of pytest's `--boxed` option in nosetests?
Okay, I didn't discover a solution for boxing tests via nose, but I solved the actual problem
unread,
How can I accomplish the equivalent of pytest's `--boxed` option in nosetests?
Okay, I didn't discover a solution for boxing tests via nose, but I solved the actual problem
3/23/18
Skip Montanaro
11/13/17
with-doctest and ignore-files
I'm running nose over a suite of Python files specifying with-doctest=1. One of the files it
unread,
with-doctest and ignore-files
I'm running nose over a suite of Python files specifying with-doctest=1. One of the files it
11/13/17
Skip Montanaro
,
Chris Withers
3
9/28/17
Running examples from Markdown files?
On 20/09/2017 17:06, Skip Montanaro wrote: > A bit more sleuthing suggests that it's actually
unread,
Running examples from Markdown files?
On 20/09/2017 17:06, Skip Montanaro wrote: > A bit more sleuthing suggests that it's actually
9/28/17
Sagar Neve
9/22/17
nose-test rail plugin.
I really liked the plugin: https://github.com/danggrianto/nose-testrail When I tried using it. It
unread,
nose-test rail plugin.
I really liked the plugin: https://github.com/danggrianto/nose-testrail When I tried using it. It
9/22/17
Sagar Neve
9/22/17
How to acccess the test-case attribute in to afterTest function
consider that, I have 10 test-cases ; and 3 of them are such that, I wan to exit out of the system/
unread,
How to acccess the test-case attribute in to afterTest function
consider that, I have 10 test-cases ; and 3 of them are such that, I wan to exit out of the system/
9/22/17
Sagar Neve
9/15/17
Teardown with parameters
Hi, New to nose testing. If write the teardown function without any parameters/arguments then it gets
unread,
Teardown with parameters
Hi, New to nose testing. If write the teardown function without any parameters/arguments then it gets
9/15/17
Urban Leben
8/22/17
Missing commandline option
Using nose 1.3.7 and documentation lists following command line option --xunit-prefix-with-testsuite-
unread,
Missing commandline option
Using nose 1.3.7 and documentation lists following command line option --xunit-prefix-with-testsuite-
8/22/17
jonmo...@googlemail.com
8/10/17
Rerunning failed tests ignores requested module
The testid plugin is great, but when I rerun --failed tests, it runs tests for all modules, not just
unread,
Rerunning failed tests ignores requested module
The testid plugin is great, but when I rerun --failed tests, it runs tests for all modules, not just
8/10/17
Alex Shkop
6/12/17
Plans on 1.3.8 release
Hello everyone Are there any plans on 1.3.8 release? We need a fix that was pushed to master two
unread,
Plans on 1.3.8 release
Hello everyone Are there any plans on 1.3.8 release? We need a fix that was pushed to master two
6/12/17
Carwyn Pelley
4/12/17
nose parallel job submission supporting custom plugins
I cannot get plugins to work in combination with using nose parallel job submission (we register
unread,
nose parallel job submission supporting custom plugins
I cannot get plugins to work in combination with using nose parallel job submission (we register
4/12/17
scastro
, …
reach...@gmail.com
23
12/1/16
order of execution of tests
On Wednesday, August 11, 2010 at 12:38:22 AM UTC-7, Holger Krekel wrote: On Wed, Aug 11, 2010 at 8:42
unread,
order of execution of tests
On Wednesday, August 11, 2010 at 12:38:22 AM UTC-7, Holger Krekel wrote: On Wed, Aug 11, 2010 at 8:42
12/1/16
Mitchell L Model
9/19/16
multiple test files run when I expect only one to run.
Three files: test1.py, test2.py, test3.py Each ends with if __name__ == '__main__': result =
unread,
multiple test files run when I expect only one to run.
Three files: test1.py, test2.py, test3.py Each ends with if __name__ == '__main__': result =
9/19/16
Mitchell L Model
9/19/16
test order
I am using nose again for the first time in a few years. I searched for "order" in the
unread,
test order
I am using nose again for the first time in a few years. I searched for "order" in the
9/19/16
mountain
6/29/16
Getting blank xunit result file(xml) after using nose.core.TestProgram?
I am using this code and I am getting xml file with this entry only ? and I am using python v2.7 and
unread,
Getting blank xunit result file(xml) after using nose.core.TestProgram?
I am using this code and I am getting xml file with this entry only ? and I am using python v2.7 and
6/29/16
Mike
5/24/16
Generator and plugins
Hello everyone, I wanted to know if there is any way I could use a plugin when, at the same time, I
unread,
Generator and plugins
Hello everyone, I wanted to know if there is any way I could use a plugin when, at the same time, I
5/24/16
Kevin Fitch
,
John T
2
5/12/16
Package teardown fails to run in some cases when subpackage specified on command line
I ran into the same issue a while ago. If the exception happens in setup_*() the corresponding
unread,
Package teardown fails to run in some cases when subpackage specified on command line
I ran into the same issue a while ago. If the exception happens in setup_*() the corresponding
5/12/16
chrislandr...@gmail.com
5/6/16
Nose - parallel + timeout + reporting
Hi, I am building a single test runner that collects tests from a test case repository, and executes
unread,
Nose - parallel + timeout + reporting
Hi, I am building a single test runner that collects tests from a test case repository, and executes
5/6/16
fzhurd
4/22/16
How to parse command line arguments from python nosetests plugin to testcase
Hi, all, I am writing a simple nosetests plugin. The aim is to parse the arguments from command line,
unread,
How to parse command line arguments from python nosetests plugin to testcase
Hi, all, I am writing a simple nosetests plugin. The aim is to parse the arguments from command line,
4/22/16
jason pellerin
,
Andrey Ustyuzhanin
2
3/4/16
Re: [nose-users] Tests from generator not running concurrently
Hi, Is it going to be fixed soon, or is a general advise still would be 'switch to 1.1'?
unread,
Re: [nose-users] Tests from generator not running concurrently
Hi, Is it going to be fixed soon, or is a general advise still would be 'switch to 1.1'?
3/4/16
Ignacio Tripodi
, …
Corentin Henry
5
3/1/16
Ability to execute code at regular intervals in between unit tests?
For most cases it should work out of the box :) You can try actually: install nose2, and see if it
unread,
Ability to execute code at regular intervals in between unit tests?
For most cases it should work out of the box :) You can try actually: install nose2, and see if it
3/1/16
Kyle Mandli
1/29/16
Citing nose
Hi nose enthusiasts, I am currently writing a paper on a software package I am involved with that
unread,
Citing nose
Hi nose enthusiasts, I am currently writing a paper on a software package I am involved with that
1/29/16
Spartak Mashnov
,
Michael Sander
2
12/30/15
Nose fails to run tests with message "killed"
Just ran into this. Not sure it's the same, but I got the Killed message because the system used
unread,
Nose fails to run tests with message "killed"
Just ran into this. Not sure it's the same, but I got the Killed message because the system used
12/30/15
Dave Chen
10/15/15
missing required positional argument
Hi All, I am just trying to execute one simple testcase list below, # testinheritence.py import
unread,
missing required positional argument
Hi All, I am just trying to execute one simple testcase list below, # testinheritence.py import
10/15/15