Giter Site home page Giter Site logo

mfr.lua's Introduction

mfr.lua's People

Contributors

mb6ockatf avatar mdddmmmm avatar

Watchers

 avatar

mfr.lua's Issues

complete unittests

  • check presence of all functions

  • check if function can accept all declared parameters and can work without optional ones

  • check if errors are raised for bad parameters

  • check the way function gets data (that is, it applies for correct data source)

  • check if return value is always the same type as documented

  • check result if it is correct in static and random tests

  • #3

  • #4

  • #5

  • #6

  • #7

  • #8

  • #9

  • #15

  • #14

  • #13

  • #12

  • #11

  • #10

no more than 6 assert statements per function

unittests for `create_frame(message, width, pattern)`

  • check if function is present in the module
  • check if function accepts 3 parameters (string, number and string) and last 2 are optional
  • check if function cannot work without message argument
  • in random tests, check if it always returns string and all lines are same length
    - [x] in static tests, check if results are correct
  • check if correct pattern is used

key features for 1.0-1

  • prettify_table(ugly_table)
    - [ ] make_compact(ugly_table)
  • set_string_quoting(character)
  • set_max_recursion(value)
  • draw_frame(message, width, height, pattern, position_x, position_y) and similar functions
  • bg_colors_seq
  • fg_color_seq
  • special_seq
  • set_fg(message, color)
  • set_bg(message, color, is_closed)
  • set_special_style(message, color)
  • is_supporting_colors()
    - [ ] replace_line(text)
  • clear_screen()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.