Skip to content

rojaster/rb-test-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rb-test-suite

Test-Suite for RedBaron

It was adopted with files from CPython Tests for 2.7 branch: https://github.com/python/cpython/tree/2.7/Lib/test It is also related to the issue #129 in RedBaron

The total amount of the tests comes to 486. Tests for Python2.7 are being kept in 2.7 branch.

Current results of running RedBaron over test-suite:

  • Total count of the files: 484
  • Succeed count of files: 417
  • Failed count of files: 67

Current results of running Baron over test-suite:

  • Total count of the files: 484
  • Succeed count of files: 418
  • Failed count of files: 66

Run tests from the command line

python -m pytest --ignore=./test-suite -lsv

that's so important ignore test-suite directory, otherwise pytest collection stage will be collecting files from there

About License

Since it has been related to the CPython repository, files from test-suite inherits their license policy. And it's been using for testing purposes only.

Releases

No releases published

Packages

No packages published

Languages