An open API service indexing awesome lists of open source software.

https://github.com/magenta-aps/10q

Export module for 10Q Format
https://github.com/magenta-aps/10q

Last synced: 4 months ago
JSON representation

Export module for 10Q Format

Awesome Lists containing this project

README

        

# 10Q

Basic API for writing 10Q files

# Running the unittest suite

Running `docker compose run test` should execute the unittests and display test coverage.

Coverage results are saved in `./coverage-results/`, which may be imported into your IDE, if it supports displaying
code coverage inline in source files. In PyCharm, run `Show Coverage Data`, and select both generated files in the
folder (`coverage.coverage` *and* `coverage.xml`.)