Geektrust ledger problem
Project description
Pre-requisites
- Python 3.8/3.9
- Pip
How to run the code
We have provided scripts to execute the code.
Use run.sh
if you are Linux/Unix/macOS Operating systems and run.bat
if you are on Windows. Both the files run the commands silently and prints only output from the input file sample_input/input1.txt
. You are supposed to add the input commands in the file from the appropriate problem statement.
Internally both the scripts run the following commands
pip install -r requirements.txt
- This will install the dependencies mentioned in the requirement.filepython -m geektrust sample_input/input1.txt
- This will run the solution passing in the sample input file as the command line argument
If you are providing a solution without using the build file, we want you to name your Main file as geektrust.py. This is the file that will contain your main method.
We expect your program to take the location to the text file as parameter. Input needs to be read from a text file, and output should be printed to the console. The text file will contain only commands in the format prescribed by the respective problem.
Running the code for multiple test cases
Please fill input1.txt
and input2.txt
with the input commands and use those files in run.bat
or run.sh
. Replace python -m geektrust sample_input/input1.txt
with python -m geektrust sample_input/input2.txt
to run the test case from the second file.
How to execute the unit tests
python -m unittest discover
will execute the unit test cases.
The unit test coverage is found by the command :
coverage run -m unittest discover
Help
You can refer our help documents here You can read build instructions here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file ledger-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: ledger-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ea32985c1b3ae9fe5c409cf0d95644cfb7e7500281ae8f28642a0c7fcb937b3 |
|
MD5 | 412e08f1285f4d5f52a69eaef2b1ac29 |
|
BLAKE2b-256 | e3b28eb6db0c63890403d109bf566eb92b3fa01a20814f24239da39b04e8e901 |