Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 560 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 560 Bytes

Test Assessment

The test assessment project for PyCo includes question 1 and question 3.

Install module dependencies

npm install

Run test case with test coverage

npm run test-coverage

Environment

node v8.11.3 npm v5.8.0 mocha ^6.2.0

Complexity

Question 1: O(n*m)

Folder structure

--question1: question1 content

--question3: question3 content

-----models: models

-----services: calculate payment amount service

-----utils: utilities and constant

--testdate: data test for question 1

--tests: test cases