Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
/ table-tests Public archive

Simple engine for your tests. No code, no noodles

Notifications You must be signed in to change notification settings

Hedgehogues/table-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table test

Notice: This repository is not supported because the approach has not paid off. It is much better to use native pyTest.

This package wrote to use table tests in python. The best practice and very useful practice is test with simple-style structure. You don't write any code: for-loop, conditions, exceptions and other difficult constructions in tests. You describe your test as some cases:

  • Name
  • Description
  • Object (class or function)
  • Target value or exception
  • After and before middleware

Such kind of tests intend of standartization and getting rid of verbosity. You can find some examples into tests. More sophisticated examples you can find here

Installation

git clone https://github.com/Hedgehogues/table-tests
pip install -r requirements

About

Simple engine for your tests. No code, no noodles

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages