issues
search
pytest-dev
/
unittest2pytest
helps rewriting Python `unittest` test-cases into `pytest` test-cases
GNU General Public License v3.0
128
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Convert @unittest.skipIf / @unittest.skipUnless
#68
giampaolo
opened
5 months ago
0
Missing necessary parentheses and not allowing equality
#67
bmw
opened
1 year ago
1
Use `pytest.approx` in `fixes.AlmostOp`
#66
janosh
closed
1 month ago
0
Upgrade to Python 3.11 production release
#65
cclauss
closed
2 years ago
0
Fix typo
#64
janosh
closed
2 years ago
1
`pytest.approx` for `self.assertAlmostEqual`
#63
janosh
opened
2 years ago
1
Fix typo
#62
cclauss
closed
2 years ago
0
Upgrade GitHub Actions
#61
cclauss
closed
2 years ago
0
ParseError: bad input: type=22, value='=', context=('', (62, 54))
#60
AABur
closed
2 years ago
2
link to `pytestify` from the readme
#59
dannysepler
closed
2 years ago
0
Consider linking to `pytestify` from here
#58
dannysepler
closed
2 years ago
1
Support Python 3.8-3.10, drop EOL 2.7 and 3.5, replace Travis CI with GitHub Actions
#57
hugovk
closed
3 years ago
1
0.4: pytest warnings
#56
kloczek
opened
3 years ago
0
Allow non-string keys when rewriting assertDictContainsSubset
#55
verhovsky
opened
3 years ago
4
dict(\2, **\1) requires all dictionary keys to be strings
#54
verhovsky
opened
3 years ago
0
Created assert_raise.py
#53
Sameera786
closed
2 years ago
1
Would be nice: fix assertEqual with singletons
#52
nedbat
opened
3 years ago
0
Class converted to invalid code
#51
nedbat
opened
3 years ago
2
Fix remove_class
#50
Code0x58
opened
4 years ago
1
remove_class fix breaks code when there are decorators on methods
#49
Code0x58
opened
4 years ago
0
self.fail(…) → pytest.fail(…)
#48
Code0x58
opened
4 years ago
0
Add support for assertCountEqual
#47
verhovsky
opened
4 years ago
4
Rewrite assertCountEqual
#46
verhovsky
opened
4 years ago
0
multi line assertion function replaced with invalid code
#45
Mattwmaster58
opened
4 years ago
0
Rewrite `unittest.main()` with `sys.exit(pytest.main([__file__]))`
#44
verhovsky
opened
4 years ago
0
Rewrite function names from camelCase to snake_case
#43
The-Compiler
opened
4 years ago
1
Add support for assertItemsEqual
#42
jck
closed
5 years ago
2
Fix broken link to pytest in README.
#41
bdice
closed
5 years ago
1
Set consistent GPL-3.0+ classifier in setup.py
#40
pombredanne
closed
5 years ago
1
self.fail should be replaced with pytest.fail
#39
graingert
opened
5 years ago
0
fix assertRaisesRegexp with atom Fixes #34
#38
graingert
closed
5 years ago
1
fix self.assertRaises with **kwargs fixes #35
#37
graingert
closed
5 years ago
1
assertRaises with context should replace context.exception with context.value
#36
graingert
opened
5 years ago
6
assertRaises with kwargs fails
#35
graingert
closed
5 years ago
0
assertRaisesRegexp with atom fails
#34
graingert
closed
5 years ago
0
can you make a new release
#33
graingert
closed
5 years ago
1
Remove_class Fixer Doesn't Properly Modify the Test
#32
danyeaw
closed
4 years ago
3
Enable pip cache in Travis CI
#31
jdufresne
closed
5 years ago
1
Distribute package as a universal wheel
#30
jdufresne
closed
5 years ago
1
Transformations do not account for order of operations
#29
jdufresne
closed
5 years ago
1
Add testing For Python 3.7
#28
jdufresne
closed
5 years ago
3
Document supported Python versions through trove classifiers
#27
jdufresne
closed
5 years ago
1
assertRaisesRegex should convert the regex pattern to the new assert
#26
jdufresne
closed
5 years ago
3
assertRaises used as an expression is converted to a statement, resulting in a syntax error
#25
jdufresne
opened
5 years ago
1
Fixed bug converting asserts that use a regex.
#24
boralyl
closed
6 years ago
4
Undefined variable `pattern` when converting self.raisesRegexp
#23
boralyl
closed
6 years ago
2
doesn't handle self.assertDictContainsSubset
#22
rtdean
closed
7 years ago
3
Allow the usage of `python setup.py install`
#21
joshthoward
closed
7 years ago
1
Installer issue
#20
joshthoward
closed
7 years ago
4
Output bug reporting howto if result contains syntax-errors
#19
jayvdb
opened
7 years ago
7
Next