1.0.0 • Published 1 year ago

flask-suite v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

I have always been a big, big fan of test-driven development, and I would like to recommend all developers, independant or enterprise to integrate it into your workflow. I hope my suite will be of some use by bringing a very flexible yet easy to use API to the TTD field.

Upon first running the suite, you will most likely see a message along the lines of: Flask.js - Successfully generated flask.config.js file.. When you see this message, you are ready to start setting up your test suite.

function run() {
    const myTestVariable = "Hello, world!";
    return (myTestVariable == "Hello, world!")
}

exports.default = run;

Upon running this code, this test will succeed. You can also make use of the built-in @flask/flask-globals library, this libary provides useful assertions to hopefully make your life easier. Please keep in mind that any test which errors in the suite will automatically assume itself as 'failed'

1.0.0

1 year ago

0.0.1-a

1 year ago

0.0.1-a-dev

1 year ago

0.0.1-dev

1 year ago

0.0.1

1 year ago