GitXplorerGitXplorer
m

track_management

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
d0f3aa86ca392446218f221aac8cea55a79b979f

Merge pull request #4 from marcosdalte/development

mmarcosdalte committed 4 years ago
Unverified
9086f14e808c2f48f269d6373fcaa5c569a35ca0

class tests and script to run tests

mmarcosdalte committed 4 years ago
Verified
31d3bdfa42b86ea17e9e370ad96c7639b275acb6

Merge pull request #3 from marcosdalte/development

mmarcosdalte committed 4 years ago
Unverified
1df42c92d0012d613aa00fc6ec372f8021b0bf6f

sorting the tracks

mmarcosdalte committed 4 years ago
Verified
a9e31294942d07400e9d33a89dea485b3c819659

Merge pull request #2 from marcosdalte/development

mmarcosdalte committed 4 years ago
Unverified
0b6dfe63456072e6ee24906a9d67d8761669c296

main class

mmarcosdalte committed 4 years ago

README

The README file for this repository.

Problem Two: Conference Track Management

How to Run Application

  • Python Version - Python 2.7.6 (default, Oct 26 2016, 20:30:19)
Usage: main2.py [-v] [-h] [-f input.txt]
            -i Insert track list manually.
            -v, --version    Show Program Version.
            -h, --help	     Show help list.
            -f Specify a file to Open.
  • You can run this program using two ways to enter input elements:
    • Using -i to enter elements manually
    • Using -f to enter file

Run Tests

Run this command to run unit tests

./run_tests.sh