Coder Social home page Coder Social logo

hlh2518 / assetmanagementbackend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhanghx0905/assetmanagementbackend

0.0 0.0 0.0 418 KB

2020 THU-CST 软件工程大作业 企业固定资产管理系统 后端

Shell 0.10% Python 99.67% Dockerfile 0.23%

assetmanagementbackend's Introduction

README

企业固定资产管理系统 后端仓库,2020 THU-CST 软件工程优秀大作业.

前端仓库

Structure

  • app Core settings for Django.
    • user 用户模块
    • asset 资产模块
    • department 部门模块
    • issue 事项模块
  • logs 生成日志
  • config local settings
  • pytest.ini Configuration for pytest.
  • requirements.txt Package manager with pip.
  • requirements_dev.txt Package manager with pip, including extra tools for development.
  • sonar-project.properties sonarQube 配置
  • .gitlab-ci.yml gitlab CI 配置
  • Dockerfile Docker 环境配置

Development manual

本地检查是否能通过测试

pylint --load-plugins=pylint_django app user asset department issue
coverage run -m pytest --junit-xml=xunit-reports/xunit-result.xml

本地检查测试覆盖率

在根目录下创建.coveragerc 文件:

[run]
source = app,user,asset,department,issue
[report]
show_missing = True

命令行执行:

coverage run manage.py test
coverage report

assetmanagementbackend's People

Contributors

zhanghx0905 avatar yueyang2000 avatar xieyt2000 avatar huangqc2000 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.