Marcin Kozak

Results 39 issues of Marcin Kozak

Implement the following functionality: After creating a package, tests should be run, including `pytest` and `doctest`. If they all pass, it means that the package is created correctly and all...

`print_final_info()` should be run in `__main__.main()`, but it's not (parentheses are missing).

`perftester` will get a profiling decorator from the `perftester.understand` module. The user will be able to use to to understand the performance behavior of any functions (whether custom or built-in...

Current examples use only overly simplified functions, basically making one thing. Would be good to add a more complex (and thus, more realistic) example, in which several functions create a...

All tests pass in Linux (WSL), but some fail in Windows - this needs to be improved. The situation follows from different uses of memory by different OS-s, but also...

Add the build dependency to both `makepackage` and packages created using it. Thanks to the `build` backend, `makepackage` doesn't require the setup file anymore, but we will leave it in...

Currently, `perftester`'s testing suite contains integration tests only, but not actual unit tests. This issue aims to add them.

Pyuthon is moving from setup.py files to pyproject.toml files. `makepackage` should too.