Code Monkey home page Code Monkey logo

destream's Issues

Converting tests to pytests discovers duplicated test code

During the attempt to convert the test suite to PyTest, I have discovered, that the two tests:

  • test_10_passing_file_object
  • test_20_passing_filename

from

def test_10_passing_file_object(self):
text = b"Hello World!\n"
with TemporaryFile() as fileobj:
fileobj.write(text)
fileobj.flush()
archive = ArchiveFile(fileobj=fileobj)
self._regular_tests(archive, fileobj, fileobj.name, text)
def test_20_passing_filename(self):
text = b"Hello World!\n"
with TemporaryFile() as fileobj:
fileobj.write(text)
fileobj.flush()
archive = ArchiveFile(fileobj=fileobj)
self._regular_tests(archive, fileobj, fileobj.name, text)

were identical. What should be the difference between them, @cecton ?

Suggestions to improve this repository

Hello everyone,

destream is a creation of mine and I started it when I didn't have much experience in open source projects. I have recently improved the quality of this repo by using semantic versioning and fixing the thread related issue.

If you have any idea on how to improve the quality of this product (automatic delivery, coverage, testing, better classes, naming convention... anything) feel free to propose changes.

I need you more than you need me, especially since I don't even use this library anymore for now.

Best

Looking for maintainers

Hi everyone ๐Ÿ‘‹

I am glad that this project helped some people managing archives. Unfortunately it is now time for me to move on. One of the main reason is that I didn't have a use for this library for a very long time now. Another reason is that I don't use much Python anymore either.

I believe a team of interested people can bring this project to the next level with more features, better code quality and better stability and tests.

That's why I think this project should go back to the community. I would like to create an organization with a few maintainers and owners for it. The more the merrier. If you are interested in adopting destream, please let me know.

Kind regards and thank you for your interest

cc @jruere @ziord @gauravssnl @luenix @ayoshi @Phyllostachys @shekkbuilder @Meroje

Codecov not working anymore

I think it probably broke when I moved the repository.

I tried to re-enable it but it has difficulties to find the organization for some reason.

Maybe someone else can give it a try?

Add an .editorconfig

I don't know if it is possible but it would be nice to have a GitHub Actions enforcing it on the PR so it will give less work to the maintainers.

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.