Skip to content

djscheuf/FluentPyTestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluentPyTestAPI

DeclareATest is a fluent testing API for python. It is written for python3 and currently under development.

Features

  • Customizeable Subject Construction
  • Multiple Assertions
  • Complex Action Cases
  • Thorws AssertionError when any expecation not met
  • Reasonably fluent API
  • Complex Arrangement with Test Context
  • Proper Error messages on Assertion Failure

Complex Arrangement technically feasible as of v1.1, though v1.0 arrange functions should continue to function.

Code

Core Version 1 Version 2

Docs

Check /docs/ for more info

About

A fluent test API for Python 3. Currently under Development. Inspired by Pluralsight Course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages