Move source from 'buildstream' to 'src/buildstream'
-
Move source from 'buildstream' to 'src/buildstream'
This was discussed in #1008 (closed).
Fixes #1009 (closed).
-
tests: Fix import order of buildstream and tests modules
Now that the
buildstreammodule is insidesrcdirectory,pylinttreatsbuildstreamas a third party module insidetests. As such, it wants the imports frombuildstreamto be placed before imports fromtests. Adopt this style to fix the lint errors, which is probably also good for readability. -
.coveragerc: Fix coverage reporting after move to src directory
-
includedirective is unnecessary as all ofbuildstreamis already included, so remove it. -
Having
buildstream/buildstreaminpathsconfusescoverage combineas it tries to insertsrc/buildstreamin the path twice in that case.
-
Edited by Chandan Singh