Giter Site home page Giter Site logo

whodiduexpect / assignment-list Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 170 KB

A Student Vue assignment manager

Home Page: https://assignment-list.computer

License: MIT License

Python 100.00%
studentvue-portals assignment-management students cli

assignment-list's Introduction

Tests

Assignment List

Assignment list is a terminal-based assignment manager for the Student Vue web portal. Assignment List is meant to replace the lack of features in Student Vue by giving tools to manage assignments, like a fancy integrated to-do list. If you just want a CLI Student Vue interface, check out this neat project.

Getting Started

These instructions will get you a copy of Assignment List up and running on your machine.

Prerequisites

Assignment List works with Python 3.6 or later

Installing

Clone the repository (with Git)

git clone https://github.com/Whodiduexpect/assignment-list.git

Change directory and install the dependencies

cd assignment-list
pip3 install -r requirements.txt

And now to test it:

python assignment_list.py

It should then prompt you with the initial setup. From there you can try listing the current assignments:

python assignment_list.py list
                                        Assignment  Assignment ID                  Class Name    Due Date
0                               Test Assignment #1        1111111     Last, F  TESTCLASS I(1)   1/01/2019
1                               Test Assignment #2        2222222    Last, F  TESTCLASS II(2)   1/01/2019
2                               Test Assignment #3        3333333   Last, F  TESTCLASS III(3)   1/01/2019

For full usage instructions, see USAGE.md

Running the tests

Assignment List has rather primitive tests that you can run with pytest.

pip3 install pytest
pytest

What do the tests do?

There are currently 5 basic tests:

  • help_screen_test.py, which tests that the click help screen appears when no arguments are called
  • invalid_credentials_test.py, which tests that Assignment List correctly handles situations where the Student Vue credentials are incorrect
  • list_assignments_none_test.py, which tests that Assignment List correctly reports that there are no current assignments
  • list_completed_none_test.py, which tests that Assignment List correctly reports that there are no completed assignments
  • list_added_none_test.py, which tests that Assignment List correctly reports that there are no added assignments

These tests are mainly to make sure that Assignment List isn't completely broken, and don't test the core functionality of Assignment List.

Contributing

Please read CONTRIBUTING.md

Versioning

We use SemVer for versioning. For the versions available, see the releases on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

assignment-list's People

Contributors

whodiduexpect avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.