Coder Social home page Coder Social logo

cc_sphinx_changelog's People

Contributors

actions-user avatar pgierz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

cc_sphinx_changelog's Issues

Missing Dependencies

Description

Some dependencies seem to be missing:

From CI:

Run pytest
7
============================= test session starts ==============================
8
platform linux -- Python 3.7.9, pytest-6.2.1, py-1.10.0, pluggy-0.13.1
9
rootdir: /home/runner/work/cc_sphinx_changelog/cc_sphinx_changelog
10
collected 0 items / 1 error
11

12
==================================== ERRORS ====================================
13
______________ ERROR collecting tests/test_cc_sphinx_changelog.py ______________
14
ImportError while importing test module '/home/runner/work/cc_sphinx_changelog/cc_sphinx_changelog/tests/test_cc_sphinx_changelog.py'.
15
Hint: make sure your test modules/packages have valid Python names.
16
Traceback:
17
/opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/importlib/__init__.py:127: in import_module
18
    return _bootstrap._gcd_import(name[level:], package, level)
19
tests/test_cc_sphinx_changelog.py:9: in <module>
20
    from cc_sphinx_changelog import cc_sphinx_changelog
21
cc_sphinx_changelog/cc_sphinx_changelog.py:7: in <module>
22
    import crayons
23
E   ModuleNotFoundError: No module named 'crayons'
24
=========================== short test summary info ============================
25
ERROR tests/test_cc_sphinx_changelog.py
26
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
27
=============================== 1 error in 0.11s ===============================

Feature: Finish color formatting

Description

Write now, the program prints out a rST formatted text to stdout. It would be
nice if this optionally included color output.

AttributeError: str has no append

Description

Something is messed up, not sure what exactly:

Traceback (most recent call last):
  File "cc_sphinx_changelog.py", line 97, in <module>
    for heading, items in fmt_headings(releases[release].items()).items():
  File "cc_sphinx_changelog.py", line 76, in fmt_headings
    group.append(commit)
AttributeError: 'str' object has no attribute 'append'

Finish documentation

Most of the documentation currently still comes out of the basic cookiecutter,
it would be nice if that would be replaced with something useful.

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.